update prototype dependencies

This commit is contained in:
ansuz
2016-06-06 12:14:07 +02:00
parent 2798d1b1f9
commit beba78d7f8
9 changed files with 18 additions and 18 deletions

View File

@@ -3,6 +3,7 @@ define([
'/common/chainpad-listmap.js',
'/bower_components/chainpad-crypto/crypto.js',
'/common/cryptpad-common.js',
'/bower_components/jquery/dist/jquery.min.js',
//'/customize/pad.js'
], function (Config, RtListMap, Crypto, Common) {
var $ = window.jQuery;