This commit is contained in:
Dan Mills 2008-06-29 17:36:59 -07:00
Родитель 2b66df1272
Коммит 3254b5838b
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -195,6 +195,11 @@ HistoryStore.prototype = {
wipe: function HistStore_wipe() { wipe: function HistStore_wipe() {
this._hsvc.removeAllPages(); this._hsvc.removeAllPages();
},
_resetGUIDs: function FormStore__resetGUIDs() {
let self = yield;
// Not needed.
} }
}; };
HistoryStore.prototype.__proto__ = new Store(); HistoryStore.prototype.__proto__ = new Store();