Correct syntax error in trackers.js

This commit is contained in:
Anant Narayanan 2008-05-23 10:28:43 -07:00
Родитель 1fbd5a324f
Коммит 33f18499e5
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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");