mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
add comment about an entropy increasing inlineJavaScript option
This commit is contained in:
@@ -43,6 +43,7 @@ module.exports = function(window, options) {
|
||||
options.onReady = true;
|
||||
}
|
||||
|
||||
// TODO: deprecate and remove 'inlineJavaScript' thing - where it came from at all?
|
||||
options.javascriptEnabled = (options.javascriptEnabled || options.inlineJavaScript) ? true : false;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user