From d7443f5caa0d29d7abbf5cd0cf401c882a49abbe Mon Sep 17 00:00:00 2001 From: Frank Celler Date: Mon, 8 Apr 2013 16:23:57 +0200 Subject: [PATCH] default path needs the type --- js/common/bootstrap/modules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/common/bootstrap/modules.js b/js/common/bootstrap/modules.js index d18b38f67c..30a45d19a7 100644 --- a/js/common/bootstrap/modules.js +++ b/js/common/bootstrap/modules.js @@ -1212,7 +1212,7 @@ function require (path) { libpath = fs.join(this._root, this._path, this._manifest[type]); } else { - libpath = fs.join(this._root, this._path); + libpath = fs.join(this._root, this._path, type); } var pkg = new Package("application",