Skip to content

Commit

Permalink
Fixed jshint error
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Nov 9, 2016
1 parent 2a42ca1 commit aaf3b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ var lib = {

//jscs:disable disallowUnusedParams
showdevicetypes: function(args) {
this.getdevicetypes().forEach(function(device){
this.getdevicetypes().forEach(function(device) {
console.log(device);
});
},
Expand Down

0 comments on commit aaf3b2e

Please sign in to comment.