mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
Fix #150
This commit is contained in:
parent
3fb9baff5e
commit
1c042f96aa
@ -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 () {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user