From 2798d1b1f9369b75faa9df0fe4838916fa3ac6fa Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 6 Jun 2016 11:54:37 +0200 Subject: [PATCH] all of the list/map api's dependencies are now on bower --- www/common/chainpad-listmap.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/common/chainpad-listmap.js b/www/common/chainpad-listmap.js index cdd88d3a1..134174dc9 100644 --- a/www/common/chainpad-listmap.js +++ b/www/common/chainpad-listmap.js @@ -1,10 +1,9 @@ require.config({ paths: { 'json.sortify': '/bower_components/json.sortify/dist/JSON.sortify' } }); define([ - '/common/realtime-input.js', // TODO publish on bower + '/bower_components/chainpad-netflux/chainpad-netflux.js', '/bower_components/chainpad-json-validator/json-ot.js', 'json.sortify', '/bower_components/textpatcher/TextPatcher.amd.js', - '/bower_components/jquery/dist/jquery.min.js', '/bower_components/proxy-polyfill/proxy.min.js', // https://github.com/GoogleChrome/proxy-polyfill ], function (Realtime, JsonOT, Sortify, TextPatcher) { var api = {};