2.14.2.2. Translation into the AMD system

GateIn will translate into an AMD module:

define("SHARED/foo", ["SHARED/jquery"], function(jQuery) {
  return (function($) {
    // Do something with jQuery
  })(jQuery);
});

At runtime, the following happens:

Copyright ©. All rights reserved. eXo Platform SAS
blog comments powered byDisqus