Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
Remove console.logs so people stop copying the example code and wonde…
Browse files Browse the repository at this point in the history
…r why it doesn't work in IE
  • Loading branch information
davist11 committed May 2, 2012
1 parent 89462cf commit 75133d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ The plugin still works even if you add additional content to the page after the
filter: '',
easing: 'swing',
begin: function() {
console.log('I get fired when the animation is starting');
//I get fired when the animation is starting
},
end: function() {
console.log('I get fired when the animation is ending');
//I get fired when the animation is ending
}
});</pre>

Expand Down

0 comments on commit 75133d9

Please sign in to comment.