banking-bot/BankingBot/ScriptManagement/Scripts/test.js
2017-02-10 14:41:34 +00:00

10 lines
No EOL
203 B
JavaScript

(function () {
// Do the placeholders work?
var netVersion = __$netVersion;
// Do the modules work?
global.testFunction();
// Do the alerts work?
alert("Alerts work!");
})();