fixes #76 - compatibility issue with jQuery 1.8#77
Conversation
|
I'm confused which version is the "latest" since there seem to be several "0.1.3" versions around. I assumed that rstacruz's repository would be the one to use, but it seems that it doesn't have any jQuery 1.8.x fixes merged in (neither this one nor this older one: cheald@b4684ae#jquery.transit.js ). Am I missing something? |
|
I don't think rstacruz is further developing the plugin, so there's no "official" fix. You can either use one of the fixed forks (my fork was made 10 days ago) or just fix it yourself, since I think you can see it's terribly easy :) |
|
@Datrio, yeah, that's what we did for now, but of course it looks bad (when using this for a professional project) to have code that says it's one version but which differs from the author's source code bearing the same version number. Anyways, thanks for making the PR. |
|
+1 |
|
+1 for this |
|
Awesome! +1 |
|
Works fine for me and also solves issues with Firefox 16 (which uses CSS transforms without a vendor prefix). |
|
Thank you! Sorry it took so long to merge this in. |
Fixing the problem with "Uncaught TypeError: Object none has no method 'setFromString'"