Mercurial > jsm-in-web
log jsm-in-web.js @ 6:cb390cc6efa2
age | author | description |
---|---|---|
Wed, 08 Apr 2009 22:42:13 -0700 | Atul Varma | Switched to injecting code into iframes asynchronously via script tags rather than synchronously via window.eval(), b/c the latter didn't always result in proper evaluation (e.g., when "foo = 1" was eval'd, 'foo' was attached to the global object of the caller rather than the window object). |
Wed, 08 Apr 2009 18:09:16 -0700 | Atul Varma | Error is now thrown if an exporte symbol is undefined. |
Wed, 08 Apr 2009 16:59:52 -0700 | Atul Varma | Weave's util.js can now be imported. |
Wed, 08 Apr 2009 16:16:48 -0700 | Atul Varma | Added automatic dependency-finding and loading. |
Wed, 08 Apr 2009 14:52:38 -0700 | Atul Varma | added jquery, removed unnecessary code |
Wed, 08 Apr 2009 14:47:24 -0700 | Atul Varma | Origination. |