Skip to content

Commit

Permalink
remove useless variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jieyou authored and mislav committed Dec 31, 2014
1 parent 513da63 commit 28896e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fx.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// Zepto.js may be freely distributed under the MIT license.

;(function($, undefined){
var prefix = '', eventPrefix, endEventName, endAnimationName,
var prefix = '', eventPrefix,
vendors = { Webkit: 'webkit', Moz: '', O: 'o' },
document = window.document, testEl = document.createElement('div'),
testEl = document.createElement('div'),
supportedTransforms = /^((translate|rotate|scale)(X|Y|Z|3d)?|matrix(3d)?|perspective|skew(X|Y)?)$/i,
transform,
transitionProperty, transitionDuration, transitionTiming, transitionDelay,
Expand Down

0 comments on commit 28896e3

Please sign in to comment.