Skip to content

Commit

Permalink
prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebucaran committed Aug 5, 2019
1 parent 8c77b93 commit a651aa9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand Down

0 comments on commit a651aa9

Please sign in to comment.