From 68a8f290fe2db950c0d17fb258c283caf1ca25e1 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Sun, 1 May 2016 11:46:57 +0200 Subject: remove unused require shims --- js/require_config.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/js/require_config.js b/js/require_config.js index 04f2f1a61..a990956f9 100644 --- a/js/require_config.js +++ b/js/require_config.js @@ -7,7 +7,7 @@ * later. See the COPYING file. * * @author Christoph Wurst - * @copyright Christoph Wurst 2015 + * @copyright Christoph Wurst 2015, 2016 */ (function() { @@ -26,16 +26,6 @@ marionette: 'vendor/backbone.marionette/lib/backbone.marionette', underscore: 'vendor/underscore/underscore', text: 'vendor/text/text' - }, - shim: { - // TODO: remove once min-oc-version is 8.0 - handlebars: { - exports: 'Handlebars' - }, - // END TODO - jquery: { - exports: '$' - } } }); -- cgit v1.2.3