Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #112 from mrzmyr/fix-comment
Browse files Browse the repository at this point in the history
fix comment
  • Loading branch information
mlynch committed Jul 2, 2014
2 parents a1d65fb + 81f2c34 commit 2976cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/ng-cordova.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ angular.module('ngCordova.plugins.device', [])
return device.model;
},

// Waraning: device.name is deprecated as of version 2.3.0. Use device.model instead.
// Warning: device.name is deprecated as of version 2.3.0. Use device.model instead.
getName: function () {
return device.name;
},
Expand Down

0 comments on commit 2976cf4

Please sign in to comment.