Skip to content

Commit cd13e8a

Browse files
committed
updated demo to use new notation
1 parent 2235165 commit cd13e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
color: 'green',
2525
'font-size': '30px',
2626

27-
number_step: function(now, tween) {
27+
numberStep: function(now, tween) {
2828
var floored_number = Math.floor(now),
2929
target = $(tween.elem);
3030

0 commit comments

Comments
 (0)