Skip to content

Commit

Permalink
Release v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed May 14, 2016
1 parent 96c92f6 commit c3f4268
Show file tree
Hide file tree
Showing 14 changed files with 39 additions and 20 deletions.
8 changes: 0 additions & 8 deletions bin/browser/JsBarcode.js → bin/browser/JsBarcode.all.js
Original file line number Diff line number Diff line change
Expand Up @@ -1138,8 +1138,6 @@
for (var _iterator = this._renderProperties[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {
var renderProperty = _step.value;

var element = renderProperty.element;

var options = (0, _merge2.default)(this._options, renderProperty.options);

if (options.format == "auto") {
Expand Down Expand Up @@ -2106,12 +2104,6 @@
var encoder = new _ean_encoder2.default();
var result = [];

// Get the string to be encoded on the left side of the UPC code
var leftSide = this.string.substr(0, 6);

// Get the string to be encoded on the right side of the UPC code
var rightSide = this.string.substr(6, 6);

// Add the first digigt
result.push({
data: "00000000",
Expand Down
2 changes: 2 additions & 0 deletions bin/browser/JsBarcode.all.min.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions bin/browser/JsBarcode.min.js

This file was deleted.

1 change: 1 addition & 0 deletions bin/browser/barcodes/JsBarcode.code128.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions bin/browser/barcodes/JsBarcode.code39.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/browser/barcodes/JsBarcode.ean-upc.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit c3f4268

Please sign in to comment.