use chainpad from bower, not local

This commit is contained in:
ansuz 2016-06-02 16:54:47 +02:00
parent 2b9ac14cb1
commit 83696495a8
3 changed files with 3 additions and 1532 deletions

View File

@ -33,6 +33,7 @@
"fabric.js": "fabric#~1.6.0",
"hyperjson": "~1.2.2",
"textpatcher": "^1.2.0",
"proxy-polyfill": "^0.1.5"
"proxy-polyfill": "^0.1.5",
"chainpad": "^0.2.2"
}
}

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@
define([
'/common/netflux-client.js',
'/common/es6-promise.min.js',
'/common/chainpad.js',
'/bower_components/chainpad/chainpad.dist.js',
'/bower_components/jquery/dist/jquery.min.js',
], function (Netflux) {
var $ = window.jQuery;