新建
This commit is contained in:
13
public/assets/libs/art-template/src/outro.js
Normal file
13
public/assets/libs/art-template/src/outro.js
Normal file
@@ -0,0 +1,13 @@
|
||||
// CommonJs
|
||||
if (typeof exports === 'object' && typeof module !== 'undefined') {
|
||||
module.exports = template;
|
||||
// RequireJS && SeaJS
|
||||
} else if (typeof define === 'function') {
|
||||
define(function() {
|
||||
return template;
|
||||
});
|
||||
} else {
|
||||
this.template = template;
|
||||
}
|
||||
|
||||
})();
|
||||
Reference in New Issue
Block a user