web-apps/vendor/requirejs/tests/universal/tail.js

10 lines
317 B
JavaScript
Raw Normal View History

2016-03-11 00:48:53 +00:00
!function (name, definition) {
if (typeof module != 'undefined') module.exports = definition()
else if (typeof define == 'function' && typeof define.amd == 'object') define('tail', function(){return definition()})
else this[name] = definition()
}('tail', function() {
return {
name: 'tail'
}
})