Thomas Fuchs
Thomas Fuchs
That sounds like a great feature suggestion. Open to pull requests for this one! :)
@mislav sounds like a possible bug with the event code
@cskeppstedt I know it's been a while, but is this still an issue for you? Do you happen to know if jQuery behaves like this?
This may be related to #1256. @DemonCloud Please provide any errors/warnings from the Safari console.
You're probably using the `loader.js` script, you can just include the files that you need manually (e.g. just use a normal script tag to load in `effects.js`). Do you have...
yeah, so instead of ``` ``` do ``` ``` and all should be good.
What's your use case to require it server-side?
@eisbehr- Would love a PR & tests for this. :)
Not all strings in JavaScript are `typeof == 'string'`: ``` typeof 'blah' // => 'string' typeof new String('blah') // 'object' ``` However, there's no tests specifically for this with `zepto.init`...
I think you can solve this by adding ``` "use more secure and reliable"; ``` above the first line of the library.