mirror of https://github.com/xwiki-labs/cryptpad
start using hyperjson from bower.io
This commit is contained in:
parent
150ebaba7b
commit
d2fa5e8f70
|
@ -30,6 +30,7 @@
|
|||
"marked": "~0.3.5",
|
||||
"rangy": "rangy-release#~1.3.0",
|
||||
"json.sortify": "~2.1.0",
|
||||
"fabric.js": "fabric#~1.6.0"
|
||||
"fabric.js": "fabric#~1.6.0",
|
||||
"hyperjson": "~1.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@ define([
|
|||
'/common/messages.js',
|
||||
'/common/crypto.js',
|
||||
'/common/realtime-input.js',
|
||||
'/common/hyperjson.js',
|
||||
'/bower_components/hyperjson/hyperjson.js',
|
||||
'/common/hyperscript.js',
|
||||
'/common/toolbar.js',
|
||||
'/common/cursor.js',
|
||||
|
@ -37,6 +37,7 @@ define([
|
|||
var module = window.REALTIME_MODULE = {
|
||||
Hyperjson: Hyperjson,
|
||||
Hyperscript: Hyperscript,
|
||||
TextPatcher: TextPatcher,
|
||||
logFights: true,
|
||||
fights: []
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue