// Return the AMD loader configuration so it can be used outside of this file
return {
  define: S2.define,
  require: S2.require
};

}());