aboutsummaryrefslogtreecommitdiff
path: root/js/platform.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/platform.js')
-rw-r--r--js/platform.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/platform.js b/js/platform.js
new file mode 100644
index 0000000..293ad7a
--- /dev/null
+++ b/js/platform.js
@@ -0,0 +1,6 @@
+//This file contains the stuff that's different between browsers, as much as possible
+
+//Defaults are the Chrome apis, then we override what's necessary...
+var platform = {
+
+}; \ No newline at end of file