Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Feb 14, 2013
1 parent dcf4021 commit 35e1e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ JsSIP.Utils= {

createRandomToken: function(size, base) {
var i, r,
token = '';
token = '';

base = base || 32;

Expand Down

0 comments on commit 35e1e40

Please sign in to comment.