Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydwatkin committed Aug 13, 2014
1 parent f1f4c65 commit 1bf0731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -552,7 +552,7 @@ Primus.readable('library', function compile(nodejs) {
if (!plugin.client) continue;

log('adding the client code of the %s plugin to the client file', name);
client += className +'.prototype.ark['+ name +'] = '+ plugin.client.toString() + \n';
client += className +'.prototype.ark['+ name +'] = '+ plugin.client.toString() + '\n';
}

//
Expand Down

0 comments on commit 1bf0731

Please sign in to comment.