1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00
This commit is contained in:
Chris
2016-08-08 10:37:02 -04:00
committed by GitHub
parent 3fb9baff5e
commit 1c042f96aa

View File

@@ -6,7 +6,7 @@
!function (name, definition) {
if (typeof module != 'undefined' && module.exports) module.exports = definition()
else if (typeof define == 'function' && define.amd) define(definition)
else if (typeof define == 'function' && define.amd) define(name, definition)
else this[name] = definition()
}('bowser', function () {
/**