This commit is contained in:
Jorge Bucaran 2019-08-05 12:46:51 +09:00
parent 8c77b93147
commit a651aa92f0
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30
1 changed files with 4 additions and 3 deletions

View File

@ -5,9 +5,10 @@ var EMPTY_OBJ = {}
var EMPTY_ARR = []
var map = EMPTY_ARR.map
var isArray = Array.isArray
var defer = typeof requestAnimationFrame !== 'undefined'
? requestAnimationFrame
: setTimeout
var defer =
typeof requestAnimationFrame !== "undefined"
? requestAnimationFrame
: setTimeout
var createClass = function(obj) {
var out = ""