Skip to content

Commit

Permalink
how did those console.log calls did end up there?
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Prinzhorn committed Jun 10, 2012
1 parent 07d3b91 commit 0506c71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion skrollr-0.3.10.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions skrollr.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
for(var i = 0; i < _dataEndKeyFrames.length; i++) {
var kf = _dataEndKeyFrames[i];
kf.frame = _maxKeyFrame - kf.dataEnd;
console.log(kf.dataEnd);
}
};

Expand Down Expand Up @@ -467,10 +466,6 @@
easing = DEFAULT_EASING;
}

if(!value.indexOf('!')) {
console.log(value.slice(1));
}

//Exclamation point at first position forces the value to be taken literal.
value = value.indexOf('!') ? _parseProp(value) : [value.slice(1)];

Expand Down

0 comments on commit 0506c71

Please sign in to comment.