From 4f421c63472ece0bd6d83d4a64db5168f9f6ba58 Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Fri, 11 Sep 2015 16:09:42 +0000 Subject: Working on 3 browsers --- js/platform.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 js/platform.js (limited to 'js/platform.js') 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 -- cgit v1.2.3