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

oc-backbone.js « js « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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();
}