From f93728c1f76c71bac1aa17a98b90bfd8018d5dbf Mon Sep 17 00:00:00 2001 From: pur3mail Date: Tue, 9 Aug 2011 09:21:11 +0000 Subject: [PATCH] oops --- tests/test035.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test035.js b/tests/test035.js index 73a8a7f..51b892d 100644 --- a/tests/test035.js +++ b/tests/test035.js @@ -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"; };