Removed some uncessary stuff

This commit is contained in:
Max Lynch
2013-09-27 16:24:15 -05:00
parent 6ae07b1556
commit fe7bef2e81
7 changed files with 24 additions and 23 deletions

View File

@ -4,7 +4,7 @@
detect: function() {
var platforms = [];
var platform = this._checkPlatforms(platforms);
this._checkPlatforms(platforms);
for(var i = 0; i < platforms.length; i++) {
document.body.classList.add('platform-' + platforms[i]);