1
0
espelhamento de https://github.com/nextcloud/server.git sincronizado 2024-07-30 08:15:57 +02:00
nextcloud/core/js/oc-backbone.js
2016-01-16 11:28:04 +01:00

15 linhas
252 B
JavaScript

/*
* 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();
}