diff options
Diffstat (limited to 'dom/notification/test/mochitest/NotificationTest.js')
-rw-r--r-- | dom/notification/test/mochitest/NotificationTest.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/notification/test/mochitest/NotificationTest.js b/dom/notification/test/mochitest/NotificationTest.js index 400ff56253..8593125389 100644 --- a/dom/notification/test/mochitest/NotificationTest.js +++ b/dom/notification/test/mochitest/NotificationTest.js @@ -75,7 +75,7 @@ var NotificationTest = (function () { ); }, - clickNotification(notification) { + clickNotification() { // TODO: how?? }, |