----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/1077/#review1030 -----------------------------------------------------------
trunk/features/src/main/javascript/features/exportjs/exportjs.js <https://reviews.apache.org/r/1077/#comment2108> Deserve some javadoc here. What you wrote to me is good. trunk/features/src/main/javascript/features/exportjs/exportjs.js <https://reviews.apache.org/r/1077/#comment2107> Looks a little strange that this is tied to ___jsl/jsloader (google only at this point). I understand that you want to keep a global state of has been deferred and deferred-loaded throughout a page session. - Michael On 2011-07-11 18:49:13, johnfargo wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/1077/ > ----------------------------------------------------------- > > (Updated 2011-07-11 18:49:13) > > > Review request for shindig. > > > Summary > ------- > > Add ability to optionally create deferred symbols in exportJs function call. > > In the presence of a (boolean) opt_defer 4th parameter to exportJs, stub > methods are created for all nonexistent exports. Each stub method enqueues > its arguments and returns immediately. When "actual" symbols are exported at > a later time, this deferred map is consulted. When it exists, its contents > are exported with the "full" method dispatched on the arguments. > > Additional CLs will provide ways to programmatically utilize this > functionality. > > > Diffs > ----- > > trunk/features/src/main/javascript/features/exportjs/exportjs.js 1144361 > > Diff: https://reviews.apache.org/r/1077/diff > > > Testing > ------- > > > Thanks, > > johnfargo > >
