Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2016-05-06 12:30:21 +0300
committerChristoph Wurst <ChristophWurst@users.noreply.github.com>2016-05-06 12:30:21 +0300
commitafc689ee09bf9487ec7fbec25a18b6e1f61636fb (patch)
tree0085c3a21d754f23cc71fbbcd7de9c50f85d1255
parentb356f2095730801e071b1ff3dbdf8bd2a15c72fd (diff)
parent68a8f290fe2db950c0d17fb258c283caf1ca25e1 (diff)
Merge pull request #1465 from owncloud/remove-unused-require-shims
remove unused require shims
-rw-r--r--js/require_config.js12
1 files changed, 1 insertions, 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 <christoph@winzerhof-wurst.at>
- * @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: '$'
- }
}
});