Skip to content

Commit

Permalink
remove unused variable, refs #58
Browse files Browse the repository at this point in the history
  • Loading branch information
wkeese committed Oct 22, 2015
1 parent 53dd5bf commit 25ef55e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sniff.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ define(["./features"], function (has) {
if (has("host-browser")) {
var n = navigator,
dua = n.userAgent,
dav = n.appVersion,
tv = parseFloat(dav);

dav = n.appVersion;

// Platform detection
has.add("mac", /Macintosh/.test(dav));
Expand Down

0 comments on commit 25ef55e

Please sign in to comment.