source: pyenvjasmine/pyenvjasmine/tests/sample/code/demo.js@ 26:14c16e5cbe03

Last change on this file since 26:14c16e5cbe03 was 0:0175515fceea, checked in by Borja Lopez <borja@…>, 9 years ago

Imported sources from http://repos.betabug.ch/pyenvjasmine

File size: 137 bytes
Line 
1// Sample demo
2
3if (!this.Demo) {
4 Demo = {};
5}
6
7Demo.checkBirthdate = function (user) {
8 return !user.birthdate ? false : true;
9}
Note: See TracBrowser for help on using the repository browser.