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, 0 insertions, 4 deletions
diff --git a/apps/system/test/unit/mock_chrome_event.js b/apps/system/test/unit/mock_chrome_event.js
deleted file mode 100644
index 40555f9..0000000
--- a/apps/system/test/unit/mock_chrome_event.js
+++ /dev/null
@@ -1,4 +0,0 @@
-function MockChromeEvent(detail) {
- this.type = 'mozChromeEvent';
- this.detail = detail;
-}