Correct syntax error in trackers.js

This commit is contained in:
Anant Narayanan 2008-05-23 10:28:43 -07:00
parent 7d0ca60e94
commit e94def6b15

View File

@ -212,7 +212,7 @@ FormsTracker.prototype = {
}
return this.__formDB;
}
},
/* nsIFormSubmitObserver is not available in JS.
* To calculate scores, we instead just count the changes in
@ -240,7 +240,7 @@ FormsTracker.prototype = {
return 100;
else
return this._score;
},
},
resetScore: function FormsTracker_resetScore() {
var stmnt = this._formDB.createStatement("SELECT COUNT(fieldname) FROM moz_formhistory");