14 lines
No EOL
290 B
JavaScript
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!");
|
|
})(); |