(dist) wrap script in anonymous function

This commit is contained in:
cloudhead
2010-06-15 18:05:03 -04:00
parent 927e276761
commit e529e38369
2 changed files with 5 additions and 2 deletions

View File

@@ -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) {
});
};
})();