Skip to content

Commit

Permalink
updated browser dist file and version
Browse files Browse the repository at this point in the history
  • Loading branch information
bzuillsmith committed May 28, 2016
1 parent 79ce474 commit fbaf71d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dist/dxf-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,9 @@ DxfParser.prototype._parse = function(dxfString) {

var endingOnValue = forBlock ? 'ENDBLK' : 'ENDSEC';

curr = scanner.next();
if (!forBlock) {
curr = scanner.next();
}
while(true) {

if(curr.code === 0) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dxf-parser",
"version": "0.4.3",
"version": "0.4.4",
"description": "Parse dxf files into a readable, logical js object.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit fbaf71d

Please sign in to comment.