Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/test/unit/mock_chrome_event.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/test/unit/mock_chrome_event.js')
-rw-r--r--apps/system/test/unit/mock_chrome_event.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/system/test/unit/mock_chrome_event.js b/apps/system/test/unit/mock_chrome_event.js
new file mode 100644
index 0000000..40555f9
--- /dev/null
+++ b/apps/system/test/unit/mock_chrome_event.js
@@ -0,0 +1,4 @@
+function MockChromeEvent(detail) {
+ this.type = 'mozChromeEvent';
+ this.detail = detail;
+}