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

2
dist/ionic.js vendored
View File

@ -10,7 +10,7 @@ window.ionic = {
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]);