From f0a4c0ccb00eed7279fdb3fb5bebf02c2cac6f39 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 28 Dec 2016 15:24:04 +0100 Subject: [PATCH] sheet.js is never used --- customize.dist/sheet.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 customize.dist/sheet.js diff --git a/customize.dist/sheet.js b/customize.dist/sheet.js deleted file mode 100644 index 38a14869f..000000000 --- a/customize.dist/sheet.js +++ /dev/null @@ -1,9 +0,0 @@ -/* - globals require -*/ -require([ - '/customize/DecorateToolbar.js', - '/bower_components/jquery/dist/jquery.min.js' -], function (Dt) { - Dt.main(window.$('#bottom-bar')); -});