summaryrefslogtreecommitdiffstats
path: root/core/js/oc-backbone.js
blob: 5c4eb2d24c84fa959184dc951cc459f00e44c7f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 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();
}