source: pyenvjasmine/pyenvjasmine/envjasmine/samples/demo.js@ 19:ab5f65372038

Last change on this file since 19:ab5f65372038 was 19:ab5f65372038, checked in by Borja Lopez <borja@…>, 9 years ago

Imported latest envjasmine version, the initial import from darcs had the wrong version

File size: 145 bytes
Line 
1// Sample demo
2
3if (typeof(NS) === 'undefined' || !NS) {
4 var NS = {};
5}
6
7NS.greeter = function (name) {
8 return 'Hello ' + name + '!';
9};
Note: See TracBrowser for help on using the repository browser.