https://bugzilla.wikimedia.org/show_bug.cgi?id=48886

--- Comment #1 from Krinkle <[email protected]> ---
Also:


modules['bar'] = {
  scripts: ['bar.a.js', 'bar.b.js'],
  globals: {
    ba: Bar
  }
};

mw.loader.implement( 'foo', function ( $, mw, ba ) {
  --- bar.a.js
    ...

  --- bar.b.js
  ...
} );

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to