mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
Working on animator
This commit is contained in:
@ -4,9 +4,7 @@
|
||||
detect: function() {
|
||||
var platforms = [];
|
||||
|
||||
console.log('Checking platforms');
|
||||
var platform = this._checkPlatforms(platforms);
|
||||
console.log('Got platforms', platforms);
|
||||
|
||||
for(var i = 0; i < platforms.length; i++) {
|
||||
document.body.classList.add('platform-' + platforms[i]);
|
||||
|
||||
Reference in New Issue
Block a user