3.0 source code
This commit is contained in:
9
OfficeWeb/vendor/requirejs/tests/universal/eye.js
vendored
Normal file
9
OfficeWeb/vendor/requirejs/tests/universal/eye.js
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
!function (name, definition) {
|
||||
if (typeof module != 'undefined') module.exports = definition()
|
||||
else if (typeof define == 'function' && typeof define.amd == 'object') define(name, definition)
|
||||
else this[name] = definition()
|
||||
}('eye', function() {
|
||||
return {
|
||||
name: 'eye'
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user