Skip to content

Commit

Permalink
Release v3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lindell committed May 18, 2016
1 parent 1a4d532 commit ac47b47
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bin/JsBarcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ if (typeof window !== "undefined") {
if (typeof jQuery !== 'undefined') {
jQuery.fn.JsBarcode = function (content, options) {
var elementArray = [];
$(this).each(function () {
jQuery(this).each(function () {
elementArray.push(this);
});
return JsBarcode(elementArray, content, 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.3.5",
"version": "3.3.6",
"homepage": "https://github.com/lindell/JsBarcode",
"authors": [
"Johan Lindell <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion dist/JsBarcode.all.js
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@
if (typeof jQuery !== 'undefined') {
jQuery.fn.JsBarcode = function (content, options) {
var elementArray = [];
$(this).each(function () {
jQuery(this).each(function () {
elementArray.push(this);
});
return JsBarcode(elementArray, content, options);
Expand Down
2 changes: 1 addition & 1 deletion dist/JsBarcode.all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/barcodes/JsBarcode.code128.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/barcodes/JsBarcode.code39.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/barcodes/JsBarcode.ean-upc.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/barcodes/JsBarcode.itf-14.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/barcodes/JsBarcode.itf.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/barcodes/JsBarcode.msi.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.3.5",
"version": "3.3.6",
"description": "JsBarcode is a simple and powerfull way to create different types of 1d barcodes.",
"main": "./bin/JsBarcode.js",
"directories": {
Expand Down

0 comments on commit ac47b47

Please sign in to comment.