7 lines
149 B
JavaScript
7 lines
149 B
JavaScript
// Return the AMD loader configuration so it can be used outside of this file
|
|
return {
|
|
define: S2.define,
|
|
require: S2.require
|
|
};
|
|
}());
|