Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 7b44629

Browse files
author
Francois-Xavier Gentilhomme
committed
v1.0.6 Karma test suite update
1 parent b446913 commit 7b44629

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+171
-328
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "myscript",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"main": "./dist/myscript.js",
55
"description": "MyScriptJS is a free and open-source JavaScript library providing the easiest way to use MyScript Cloud handwriting recognition in your web app",
66
"keywords": [

build.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
"src/output/shape/shapeInkRange.js",
9090
"src/output/shape/shapeLine.js",
9191
"src/output/shape/shapeNotRecognized.js",
92-
"src/output/shape/shapePoint.js",
9392
"src/output/shape/shapeRecognized.js",
9493
"src/output/shape/shapeResult.js",
9594
"src/output/shape/shapeScratchOut.js",
@@ -170,7 +169,6 @@
170169
"src/output/analyzer/analyzerInkRange.js",
171170
"src/output/analyzer/analyzerLine.js",
172171
"src/output/analyzer/analyzerLineData.js",
173-
"src/output/analyzer/analyzerPointData.js",
174172
"src/output/analyzer/analyzerRecognizedStroke.js",
175173
"src/output/analyzer/analyzerResult.js",
176174
"src/output/analyzer/analyzerStrokeType.js",

0 commit comments

Comments
 (0)