mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 20:22:00 +00:00
Bug 1070209 - Fix typo in NotificationStorage.js. r=baku
This commit is contained in:
parent
69fe951ae4
commit
414e5ee385
@ -86,7 +86,7 @@ NotificationStorage.prototype = {
|
||||
timestamp: new Date().getTime(),
|
||||
origin: origin,
|
||||
data: data,
|
||||
behavior: behavior
|
||||
mozbehavior: behavior
|
||||
};
|
||||
|
||||
this._notifications[id] = notification;
|
||||
@ -207,7 +207,7 @@ NotificationStorage.prototype = {
|
||||
notification.tag,
|
||||
notification.icon,
|
||||
notification.data,
|
||||
notification.behavior);
|
||||
notification.mozbehavior);
|
||||
} catch (e) {
|
||||
if (DEBUG) { debug("Error calling callback handle: " + e); }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user