summaryrefslogtreecommitdiffstats
path: root/core/js/oc-backbone.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/oc-backbone.js')
-rw-r--r--core/js/oc-backbone.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/core/js/oc-backbone.js b/core/js/oc-backbone.js
deleted file mode 100644
index 5c4eb2d24c8..00000000000
--- a/core/js/oc-backbone.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Copyright (c) 2015
- *
- * This file is licensed under the Affero General Public License version 3
- * or later.
- *
- * See the COPYING-README file.
- *
- */
-
-/* global Backbone */
-if(!_.isUndefined(Backbone)) {
- OC.Backbone = Backbone.noConflict();
-}