Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Commit

Permalink
find and fix within bug, up version for npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrySievert committed May 8, 2014
1 parent bc78b9e commit 671511f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions browser/terraformer-geostore.js
Expand Up @@ -608,8 +608,6 @@ Stream.prototype.unpipe = function (destination) {
}
};

sync.start();

var error = function(){
completed++;
errors++;
Expand Down Expand Up @@ -640,6 +638,8 @@ Stream.prototype.unpipe = function (destination) {
}
});

sync.start();

}));

};
Expand Down
4 changes: 2 additions & 2 deletions node/terraformer-geostore.js
Expand Up @@ -482,8 +482,6 @@ var Stream = require('stream');
}
};

sync.start();

var error = function(){
completed++;
errors++;
Expand Down Expand Up @@ -514,6 +512,8 @@ var Stream = require('stream');
}
});

sync.start();

}));

};
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "terraformer-geostore",
"version": "1.0.2",
"version": "1.0.3",
"description": "GeoStore for Terraformer, helps a geo-database toolkit",
"main": "node/terraformer-geostore.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/geostore.js
Expand Up @@ -391,8 +391,6 @@
}
};

sync.start();

var error = function(){
completed++;
errors++;
Expand Down Expand Up @@ -423,6 +421,8 @@
}
});

sync.start();

}));

};
Expand Down

0 comments on commit 671511f

Please sign in to comment.