Skip to content

Commit

Permalink
distribution folder
Browse files Browse the repository at this point in the history
  • Loading branch information
barisaydinoglu committed Feb 4, 2014
1 parent d5b0403 commit 8f29651
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,5 @@
.DS_Store
.bower.json
.sizecache.json

/dist
/bower_components
/node_modules
6 changes: 0 additions & 6 deletions detectizr.min.js

This file was deleted.

1 change: 0 additions & 1 deletion detectizr.min.map

This file was deleted.

2 changes: 1 addition & 1 deletion detectizr.js → dist/detectizr.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
if (that.is("windows nt 6.3")) {
device.osVersion = "8";
device.osVersionFull = "8.1";
} else if (that.is("windows nt 6.2") || that.test(/\(windows 8\)/)) { //windows 8 chrome mac fix
} else if (that.is("windows nt 6.2") || that.test(/\(windows 8\)/)) { //windows 8 chrome mac fix
device.osVersion = "8";
} else if (that.is("windows nt 6.1")) {
device.osVersion = "7";
Expand Down
Loading

0 comments on commit 8f29651

Please sign in to comment.