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