Fixed bug that prevented correct error handling
This commit is contained in:
parent
2af69af96f
commit
c6d5098e8c
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue