Skip to content

Commit

Permalink
📦 Release v3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed Dec 21, 2016
1 parent 2aa39dc commit c981ca6
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 32 deletions.
12 changes: 6 additions & 6 deletions bin/JsBarcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,13 +179,13 @@ API.prototype.init = function () {
options.format = autoSelectBarcode();
}

var text = options.value;
this._errorHandler.wrapBarcodeCall(function () {
var text = options.value;
var Encoder = _barcodes2.default[options.format.toUpperCase()];
var encoded = encode(text, Encoder, options);

var Encoder = _barcodes2.default[options.format.toUpperCase()];

var encoded = encode(text, Encoder, options);

render(renderProperty, encoded, options);
render(renderProperty, encoded, options);
});
}
};

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "JsBarcode",
"main": "dist/JsBarcode.all.min.js",
"version": "3.5.6",
"version": "3.5.7",
"homepage": "https://github.com/lindell/JsBarcode",
"authors": [
"Johan Lindell <[email protected]>"
Expand Down
12 changes: 6 additions & 6 deletions dist/JsBarcode.all.js
Original file line number Diff line number Diff line change
Expand Up @@ -3257,13 +3257,13 @@ API.prototype.init = function () {
options.format = autoSelectBarcode();
}

var text = options.value;
this._errorHandler.wrapBarcodeCall(function () {
var text = options.value;
var Encoder = _barcodes2.default[options.format.toUpperCase()];
var encoded = encode(text, Encoder, options);

var Encoder = _barcodes2.default[options.format.toUpperCase()];

var encoded = encode(text, Encoder, options);

render(renderProperty, encoded, options);
render(renderProperty, encoded, options);
});
}
};

Expand Down
4 changes: 2 additions & 2 deletions dist/JsBarcode.all.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/barcodes/JsBarcode.codabar.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/barcodes/JsBarcode.code128.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/barcodes/JsBarcode.code39.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/barcodes/JsBarcode.ean-upc.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/barcodes/JsBarcode.itf-14.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/barcodes/JsBarcode.itf.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/barcodes/JsBarcode.msi.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/barcodes/JsBarcode.pharmacode.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsbarcode",
"version": "3.5.6",
"version": "3.5.7",
"description": "JsBarcode is a customizable barcode generator with support for multiple barcode formats.",
"main": "./bin/JsBarcode.js",
"directories": {
Expand Down

0 comments on commit c981ca6

Please sign in to comment.