From 3627421faef4dde77c26c3421445901ea7826a96 Mon Sep 17 00:00:00 2001 From: Ruud Steltenpool Date: Thu, 28 Jan 2016 23:42:17 +0100 Subject: [PATCH 1/4] typo fix in a string --- test/spec/array_helper.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/array_helper.spec.js b/test/spec/array_helper.spec.js index e0c24f3..cd54a23 100644 --- a/test/spec/array_helper.spec.js +++ b/test/spec/array_helper.spec.js @@ -23,7 +23,7 @@ describe('shuffle', function() { }); describe('toPointList', function() { - it('converts an Array to a List of poitns', function() { + it('converts an Array to a List of points', function() { var input = [[1, 2], [2, 2], [3, 2]]; expect(ArrayHelper.toPointList(input)).to.equal("[[1,2],\r\n[2,2],\r\n[3,2]]"); }); From 4e17be917b5fe3872037133c1cbb0f9ad3524653 Mon Sep 17 00:00:00 2001 From: Ruud Steltenpool Date: Fri, 29 Jan 2016 00:54:42 +0100 Subject: [PATCH 2/4] made EAN default type, to scan ISBN --- example/live_w_locator.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/live_w_locator.html b/example/live_w_locator.html index 31f55ac..de474b4 100644 --- a/example/live_w_locator.html +++ b/example/live_w_locator.html @@ -34,10 +34,10 @@