Leading whitespace fixes

This commit is contained in:
Alex Dima
2015-11-19 12:56:08 +01:00
parent f4d81bc7e1
commit 8883fcd03b
84 changed files with 639 additions and 626 deletions

View File

@@ -50,8 +50,8 @@ app.once('ready', function() {
var loader = require('../../loader');
loader.config({
nodeRequire: require,
nodeMain: __filename,
nodeRequire: require,
nodeMain: __filename,
baseUrl: uriFromPath(path.dirname(path.dirname(path.dirname((__dirname)))))
});