0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2025-01-21 22:12:32 -05:00
Squire/build
Neil Jenkins 6b4dda816e Make into a JS class for multiple instantiation.
* If you load the squire.js script into a top-level page rather than an iframe,
  it will add a Squire constructor to the global scope.
* The Squire constructor can be used to instantiate multiple instances on the
  same page without having to load/parse/execute the full code every time.
* For each instance, create a new iframe, then call `new Squire( document )`,
  with the document node for each iframe.
2013-06-20 23:15:18 +10:00
..
document.html Add IE10 compatibility. 2012-11-12 18:30:40 +11:00
ie8.js Catch all errors to allow logging. 2013-01-24 11:54:44 +11:00
squire-raw.js Make into a JS class for multiple instantiation. 2013-06-20 23:15:18 +10:00
squire.js Make into a JS class for multiple instantiation. 2013-06-20 23:15:18 +10:00