define _resetGUIDs in store

This commit is contained in:
Dan Mills 2008-06-29 17:36:59 -07:00
parent 091c571bd1
commit a4ae67b71a

View File

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