aboutsummaryrefslogtreecommitdiff
path: root/js/platform.js
blob: 293ad7a967150bfe6d0a5409679bbf9e0d3311ac (plain) (blame)
1
2
3
4
5
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 = {

};