Bug 1070209 - Fix typo in NotificationStorage.js. r=baku

This commit is contained in:
Robert Bindar 2014-09-19 15:35:00 -04:00
parent 69fe951ae4
commit 414e5ee385

View File

@ -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); }
}