mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
Removed some uncessary stuff
This commit is contained in:
2
dist/ionic.js
vendored
2
dist/ionic.js
vendored
@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user