laviastar / iscroll-js

Automatically exported from code.google.com/p/iscroll-js
MIT License
2 stars 2 forks source link

unintentional global variables translateOpen and translateClose #20

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
the semicolons on lines 585 to 586 should be commas:

    translateOpen = 'translate' + (has3d ? '3d(' : '(');
    translateClose = has3d ? ',0)' : ')';

What version of the product are you using? On what operating system?
iScroll 3.5

Original issue reported on code.google.com by xerok...@gmail.com on 29 Jul 2010 at 10:49

GoogleCodeExporter commented 9 years ago
Good catch, thanks!

I should stop coding at 4am :)

Original comment by mat...@gmail.com on 29 Jul 2010 at 10:52

GoogleCodeExporter commented 9 years ago

Original comment by mat...@gmail.com on 30 Jul 2010 at 8:28