mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
semicolon surprise
This commit is contained in:
parent
f448737f15
commit
af42c3fd45
@ -129,4 +129,4 @@
|
|||||||
} else bowser.x = t
|
} else bowser.x = t
|
||||||
|
|
||||||
return bowser
|
return bowser
|
||||||
})
|
});
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "bowser"
|
"name": "bowser"
|
||||||
, "description": "a browser detector"
|
, "description": "a browser detector"
|
||||||
, "keywords": ["ender", "browser", "sniff", "detection"]
|
, "keywords": ["ender", "browser", "sniff", "detection"]
|
||||||
, "version": "0.3.2"
|
, "version": "0.3.3"
|
||||||
, "homepage": "https://github.com/ded/bowser"
|
, "homepage": "https://github.com/ded/bowser"
|
||||||
, "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)"
|
, "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)"
|
||||||
, "main": "./bowser.js"
|
, "main": "./bowser.js"
|
||||||
|
@ -123,4 +123,4 @@
|
|||||||
} else bowser.x = t
|
} else bowser.x = t
|
||||||
|
|
||||||
return bowser
|
return bowser
|
||||||
})
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user