Fixed bug that prevented correct error handling

This commit is contained in:
Tobi Schäfer 2007-08-30 12:40:25 +00:00
parent 2af69af96f
commit c6d5098e8c

View file

@ -10,8 +10,8 @@
* *
* $RCSfile: File.js,v $ * $RCSfile: File.js,v $
* $Author: czv $ * $Author: czv $
* $Revision: 1.6 $ * $Revision: 1.7 $
* $Date: 2007/07/31 19:50:05 $ * $Date: 2007/07/31 21:24:08 $
*/ */
@ -68,7 +68,7 @@ helma.File = function(path) {
var lastLine = null; var lastLine = null;
var setError = function(e) { var setError = function(e) {
this.lastError = e; self.lastError = e;
}; };
this.lastError = null; this.lastError = null;