Skip to content

Commit

Permalink
updated travis node version to newer
Browse files Browse the repository at this point in the history
  • Loading branch information
srfrnk committed Mar 3, 2017
1 parent 7294497 commit 41db052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ng-device-detector.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@
SAFARI: /\bVersion\/([\d\.]+)\b/,
OPERA: [/\bVersion\/([\d\.]+)\b/, /\bOPR\/([\d\.]+)\b/],
IE: [/\bMSIE ([\d\.]+\w?)\b/, /\brv:([\d\.]+\w?)\b/],
CORDOVA: /\bCordova\/([\d\.]+)\b/,
MS_EDGE: /\bEdge\/([\d\.]+)\b/
};

Expand Down

0 comments on commit 41db052

Please sign in to comment.