зеркало из https://github.com/mozilla/gecko-dev.git
Bug 725668 - [New Tab Page] Typo in NewTabUtils.jsm - undefined variable; r=dao
This commit is contained in:
Родитель
f3ab1649e7
Коммит
e952c55717
|
@ -172,7 +172,7 @@ PrivateBrowsingStorage.prototype = {
|
|||
* Clears the storage and removes all values.
|
||||
*/
|
||||
clear: function PrivateBrowsingStorage_clear() {
|
||||
this._data.listkeys().forEach(function (akey) {
|
||||
this._data.listkeys().forEach(function (aKey) {
|
||||
this._data.del(aKey);
|
||||
}, this);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче