Skip to content

Commit

Permalink
fixed length
Browse files Browse the repository at this point in the history
  • Loading branch information
boltunov-am committed Jul 11, 2016
1 parent 515bce4 commit ef000bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/interfaceNative.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ NativeInterface.prototype.geopos = function(member, zSetName, callBack) {
if (err) {
callBack(err, null);
} else {
if (results.lenght > 0) {
if (results.length > 0) {
location = {
latitude: results[0][1],
longitude: results[0][0]
Expand Down

0 comments on commit ef000bb

Please sign in to comment.