aboutsummaryrefslogtreecommitdiffstats
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.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/js/oc-backbone.js b/core/js/oc-backbone.js
new file mode 100644
index 00000000000..75a40979340
--- /dev/null
+++ b/core/js/oc-backbone.js
@@ -0,0 +1,12 @@
+/*
+ * Copyright (c) 2015
+ *
+ * This file is licensed under the Affero General Public License version 3
+ * or later.
+ *
+ * See the COPYING-README file.
+ *
+ */
+if(!_.isUndefined(Backbone)) {
+ OC.Backbone = Backbone.noConflict();
+}