Merge pull request #63 from stefanpenner/patch-1

ensure the define belongs to amd
pull/72/head
Dustin Diaz 10 years ago
commit a058eb3c71

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

Loading…
Cancel
Save