aboutsummaryrefslogtreecommitdiffstats
path: root/lib/js_checker/js_checker.js
diff options
context:
space:
mode:
authorNik Nyby <nikolas@gnu.org>2015-06-27 10:07:42 -0400
committerNik Nyby <nikolas@gnu.org>2015-10-22 21:34:56 -0400
commit0f68d98dd281f1105043433da18fa9201b4cf971 (patch)
tree7abb1813716234e1077c98221c338dc2f824d6f5 /lib/js_checker/js_checker.js
parent16903513a8ea4241cfe084ab9a07fe2285a2f525 (diff)
downloadlibrejsxul-0f68d98dd281f1105043433da18fa9201b4cf971.tar.lz
librejsxul-0f68d98dd281f1105043433da18fa9201b4cf971.tar.xz
librejsxul-0f68d98dd281f1105043433da18fa9201b4cf971.zip
Fixes for jpm
Diffstat (limited to 'lib/js_checker/js_checker.js')
-rw-r--r--lib/js_checker/js_checker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/js_checker/js_checker.js b/lib/js_checker/js_checker.js
index 4a3dfb9..ecf0826 100644
--- a/lib/js_checker/js_checker.js
+++ b/lib/js_checker/js_checker.js
@@ -173,7 +173,7 @@ JsChecker.prototype.searchJs = function(jsCode, resultReady, url) {
this.resultReady = resultReady;
this.jsCode = jsCode;
this.shortText = jsCode.replace(bugfix, '').substring(0,100);
- this.notification = require("ui/notification")
+ this.notification = require("../ui/notification")
.createNotification(this.shortText).notification;
var verbatimCode = this.jsCode.replace(bugfix, '');