asmblah / jemul8

An object-oriented JavaScript x86 Emulator for Node.js and the browser
http://jemul8.com
Other
132 stars 19 forks source link

Changed the way jquery loads #6

Open coderaiser opened 11 years ago

coderaiser commented 11 years ago

JQuery changes:

  1. Added google cdn url to improve speed.
  2. Updated version 1.7.1 -> 2.0.0.
  3. Removed from require(demo.js, util.js, std.keyboard.js).
asmblah commented 11 years ago

Hi coderaiser,

Thanks, but I think I prefer pulling in the jquery dependency via AMD rather than using the global reference - just feels cleaner. The Google CDN would be good to use, but needs a proper fallback implementation adding to Modular first.