diff options
author | Einar Egilsson <einar@einaregilsson.com> | 2015-09-11 16:09:42 +0000 |
---|---|---|
committer | Einar Egilsson <einar@einaregilsson.com> | 2015-09-11 16:09:42 +0000 |
commit | 4f421c63472ece0bd6d83d4a64db5168f9f6ba58 (patch) | |
tree | 3977ae6e16e64de94feeba9975cbac957f216e94 /js/platform.js | |
parent | 89ba5a704619de23cb7111d086b26d72ab8df274 (diff) |
Working on 3 browsers
Diffstat (limited to 'js/platform.js')
-rw-r--r-- | js/platform.js | 6 |
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 |