Skip to content

Commit

Permalink
fix error in versioned data
Browse files Browse the repository at this point in the history
  • Loading branch information
matiu committed Mar 5, 2014
1 parent 6d9a396 commit c05181e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util/VersionedData.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ var imports = require('soop').imports();
var base58 = imports.base58 || require('base58-native').base58Check;
var parent = imports.parent || require('./EncodedData');


function VersionedData(version, payload) {
if(typeof version != 'number') {
VersionedData.super(this, arguments);
Expand Down

0 comments on commit c05181e

Please sign in to comment.