Skip to content

Commit

Permalink
missing semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
rundef committed Dec 10, 2015
1 parent df323ef commit 39acb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions str.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports.stringToNumber = function(str, charset) {
}

return ret;
}
};



Expand Down Expand Up @@ -70,4 +70,4 @@ module.exports.numberToString = function(nbr, charset) {
}

return str;
}
};

0 comments on commit 39acb33

Please sign in to comment.