mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
(dist) wrap script in anonymous function
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
(function () {
|
||||
//
|
||||
// browser.js - client-side engine
|
||||
//
|
||||
|
||||
var isFileProtocol = location.protocol === 'file:';
|
||||
|
||||
@@ -292,4 +294,3 @@ less.Parser.importer = function (path, paths, callback) {
|
||||
});
|
||||
};
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user