1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Removed copyright info.

This commit is contained in:
Kelly 2012-04-15 19:09:34 -06:00
parent 3d4f77a878
commit f381b9373b

View File

@ -1,8 +1,3 @@
/*!
* Bowser - a browser detector
* https://github.com/ded/bowser
* 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()