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