Skip to content

Commit

Permalink
Removed some debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbok committed Oct 15, 2013
1 parent 78f3d91 commit b629549
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/animation.coffee
Expand Up @@ -298,9 +298,6 @@ class Animation extends EventEmitter
for k, v of @AnimatableCSSProperties for k, v of @AnimatableCSSProperties
endStyles[k] = computedStyles[k] endStyles[k] = computedStyles[k]


for i in computedStyles.cssText.split ";"
console.log i

# This does not seem to work well in Chrome :-/ # This does not seem to work well in Chrome :-/
endStyles.webkitFilter = computedStyles.webkitFilter endStyles.webkitFilter = computedStyles.webkitFilter


Expand Down

0 comments on commit b629549

Please sign in to comment.