Skip to content

Commit

Permalink
Fixed error in file path
Browse files Browse the repository at this point in the history
  • Loading branch information
abuturla committed Jun 21, 2016
1 parent 280fcb2 commit 4568eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pluginTester/scripts/loadScripts.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function _ScriptLoader(){
this.domain="http://app.buildfire.com/";

this.scripts = [
, this.domain + "app/scripts/framework/postMaster.js"
, this.domain + "scripts/framework/pluginAPI/imageLibAPI.js"
Expand All @@ -24,7 +24,7 @@ function _ScriptLoader(){
, this.domain + "app/pages/controllers/authCtrl.js"
, this.domain + "app/scripts/framework/pluginAPI/authAPI.js"
, this.domain + "scripts/framework/openDialogCtrl.js"
, this.domain + "scripts/framework/modalCtrl.js"
, this.domain + "app/scripts/framework/modalCtrl.js"
, this.domain + "pages/controllers/addPageDialogCtrl.js"
, this.domain + "app/scripts/framework/pluginAPI/localNotificationsAPI.js"
];
Expand Down

0 comments on commit 4568eae

Please sign in to comment.