Skip to content

Commit 3741fa9

Browse files
committed
doh! #27
1 parent fe34a99 commit 3741fa9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jquery.keyframes.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125

126126
if($.isArray(frameOptions)){
127127
var frameOptionsStrings = [];
128-
console.log(frameOptions.length);
129128
for(var i = 0; i < frameOptions.length; i++){
130129
if (typeof frameOptions[i] === 'string') {
131130
frameOptionsStrings.push(frameOptions[i]);
@@ -166,4 +165,4 @@
166165

167166
$createKeyframeStyleTag("boost-keyframe").append(" .boostKeyframe{" + vendorPrefix + "transform:scale3d(1,1,1);}");
168167

169-
}).call(this);
168+
}).call(this);

0 commit comments

Comments
 (0)