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

Commit

Permalink
v1.0.15 - Fixes issue on shape rendering
Browse files Browse the repository at this point in the history
Changelog:
- fixes https for xhr requests
- fixes math, analyzer and shape samples
- fixes issue on not recognized shape rendering
- add unit tests
  • Loading branch information
Francois-Xavier Gentilhomme committed Jun 17, 2015
1 parent 4fe2e05 commit 0b6a94e
Show file tree
Hide file tree
Showing 221 changed files with 3,222 additions and 4,650 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myscript",
"version": "1.0.14",
"version": "1.0.15",
"main": "./dist/myscript.js",
"description": "The JavaScript library for the MyScript Cloud recognition service",
"keywords": [
Expand Down
1 change: 0 additions & 1 deletion build.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"src/output/text/textTagItem.js",
"src/output/text/textResponseWSMessage.js",
"src/output/shape/abstractShapePrimitive.js",
"src/output/shape/abstractDecoratedShape.js",
"src/output/shape/shapeCandidate.js",
"src/output/shape/shapeDocument.js",
"src/output/shape/shapeEllipse.js",
Expand Down
Loading

0 comments on commit 0b6a94e

Please sign in to comment.