remove slightly misleading comment

This commit is contained in:
Dan Mills 2008-12-12 13:54:19 -08:00
parent 1e7370ba2d
commit 3c88a35efd

View File

@ -693,13 +693,6 @@ BookmarksStore.prototype = {
}
};
/*
* Tracker objects for each engine may need to subclass the
* getScore routine, which returns the current 'score' for that
* engine. How the engine decides to set the score is upto it,
* as long as the value between 0 and 100 actually corresponds
* to its urgency to sync.
*/
function BookmarksTracker() {
this._init();
}