From c6d5098e8c21eb555e71272db7e83732a858dbc7 Mon Sep 17 00:00:00 2001 From: p3k Date: Thu, 30 Aug 2007 12:40:25 +0000 Subject: [PATCH] Fixed bug that prevented correct error handling --- helma/File.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helma/File.js b/helma/File.js index 97ee66b0..542e3639 100644 --- a/helma/File.js +++ b/helma/File.js @@ -10,8 +10,8 @@ * * $RCSfile: File.js,v $ * $Author: czv $ - * $Revision: 1.6 $ - * $Date: 2007/07/31 19:50:05 $ + * $Revision: 1.7 $ + * $Date: 2007/07/31 21:24:08 $ */ @@ -68,7 +68,7 @@ helma.File = function(path) { var lastLine = null; var setError = function(e) { - this.lastError = e; + self.lastError = e; }; this.lastError = null;