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

remove minified file from git

This commit is contained in:
Denis Demchenko
2016-05-06 21:29:22 +03:00
parent 1174b4a736
commit 80af774724
7 changed files with 13 additions and 327 deletions

View File

@@ -1,3 +1,9 @@
/*!
* Bowser - a browser detector
* https://github.com/ded/bowser
* MIT License | (c) Dustin Diaz 2015
*/
!function (name, definition) {
if (typeof module != 'undefined' && module.exports) module.exports = definition()
else if (typeof define == 'function' && define.amd) define(definition)