use secure fabric.js

This commit is contained in:
ansuz
2017-03-27 12:45:32 +02:00
parent 59a80d5fde
commit 6eab52c33d
2 changed files with 2 additions and 3 deletions

View File

@@ -10,10 +10,9 @@ define([
'json.sortify',
'/bower_components/chainpad-json-validator/json-ot.js',
'/common/cryptpad-common.js',
'fabric.js',
'/bower_components/secure-fabric.js/dist/fabric.min.js',
'/bower_components/jquery/dist/jquery.min.js',
'/bower_components/file-saver/FileSaver.min.js',
//'/customize/pad.js'
], function (Config, Realtime, Crypto, TextPatcher, JSONSortify, JsonOT, Cryptpad) {
var saveAs = window.saveAs;
var Messages = Cryptpad.Messages;