1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

closes #16 - move commonjs to first check

This commit is contained in:
Dustin Diaz
2014-01-27 14:01:01 -08:00
parent 88589615f4
commit efe1c6719a
3 changed files with 5 additions and 5 deletions

View File

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