Skip to content
This repository has been archived by the owner on Nov 30, 2017. It is now read-only.

Commit

Permalink
Built WhichBrowser from commit bd2cf82 on WhichBrowser/WhichBrowser o…
Browse files Browse the repository at this point in the history
…n branch dev
  • Loading branch information
NielsLeenheer committed Nov 25, 2015
1 parent fb28a3a commit 4f1f3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@

toString: function() {
if (this.identified) {
var manufactuer = this.manufacturer || '';
var manufacturer = this.manufacturer || '';
var model = ((this.model || '') + ' ' + (this.series || '')).trim();

if (model.indexOf(manufacturer) === 0) {
Expand Down

0 comments on commit 4f1f3b4

Please sign in to comment.