Skip to content

Commit

Permalink
adding missing scripts on pluginTester for popup plugin instances (#386)
Browse files Browse the repository at this point in the history
* adding camera API to buildfire services

* adding camera getPicture to buildfire services

* adding new carosel light slider

* rename the css classes for sliders

* adding validator.js to loadScripts, the validator is used in auth popup

* Revert "adding validator.js to loadScripts, the validator is used in auth popup"

This reverts commit 3954ca7.

* adding missing scripts on pluginTester for popup plugin instances
  • Loading branch information
ahabeb authored Oct 27, 2017
1 parent 0f69325 commit 405db75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pluginTester/scripts/loadScripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ function _ScriptLoader(){
, this.domain + "app/scripts/framework/pluginAPI/localNotificationsAPI.js"
, this.domain + "app/scripts/framework/pluginAPI/localStorageAPI.js"
, this.domain + "app/scripts/framework/validator.js"
, this.domain + "pages/plugins/common/commonPluginService.js"
, this.domain + "pages/pluginPromo/promoService.js"
];
}

Expand Down

0 comments on commit 405db75

Please sign in to comment.