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