mirror of https://github.com/xwiki-labs/cryptpad
Fix missing secure-fabric.js dependency
This commit is contained in:
parent
d6d3879b51
commit
949a304989
|
@ -1,7 +1,7 @@
|
|||
// This file is used when a user tries to export the entire CryptDrive.
|
||||
// Pads from the code app will be exported using this format instead of plain text.
|
||||
define([
|
||||
'/bower_components/secure-fabric.js/dist/fabric.min.js',
|
||||
'/lib/fabric.min.js',
|
||||
], function () {
|
||||
var module = {};
|
||||
|
||||
|
|
Loading…
Reference in New Issue