Don't include jQuery with main script if it's not there

Issue #5 resolved
Robert Becker created an issue

If you load jQuery with the main script, you double load jQuery in environments like RequireJS. Better use an module which supports native jQuery and AMD.

Comments (1)

  1. Log in to comment