banking-bot/BankingBot/ScriptManagement/Scripts/test.js
2017-02-10 15:26:36 +00:00

14 lines
No EOL
290 B
JavaScript

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