don't require the same thing twice

This commit is contained in:
ansuz 2019-06-25 11:25:44 +02:00
parent 4b8a8fbe5f
commit 60673103ad

View file

@ -11,10 +11,9 @@ define([
'/common/flat-dom.js',
'/common/media-tag.js',
'/common/outer/login-block.js',
'/common/common-util.js',
'/bower_components/tweetnacl/nacl-fast.min.js',
], function ($, Hyperjson, Sortify, Drive, Test, Hash, Util, Thumb, Wire, Flat, MediaTag, Block, Util) {
], function ($, Hyperjson, Sortify, Drive, Test, Hash, Util, Thumb, Wire, Flat, MediaTag, Block) {
window.Hyperjson = Hyperjson;
window.Sortify = Sortify;
var Nacl = window.nacl;