master
pur3mail 13 years ago
parent ecc4cc8fbd
commit f93728c1f7

@ -1,4 +1,3 @@
// the 'lf' in the printf caused issues writing doubles on some compilers
function Person(name) {
this.name = name;
this.kill = function() { this.name += " is dead"; };

Loading…
Cancel
Save