aboutsummaryrefslogtreecommitdiffstats
path: root/lib/js_checker/js_checker.js
diff options
context:
space:
mode:
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, '');