Export to modules first, place at root.

pull/15/head
Cesar J. Alaniz 12 years ago
parent 23545d4403
commit b4c625c797

@ -4,8 +4,8 @@
* MIT License | (c) Dustin Diaz 2011
*/
!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 = definition()
else if (typeof define == 'function') define(definition)
else this[name] = definition()
}('bowser', function () {
/**

Loading…
Cancel
Save