1
0
şunun yansıması https://github.com/nextcloud/server.git eşitlendi 2024-08-30 17:57:26 +02:00
nextcloud/core/js/oc-backbone.js

15 satır
252 B
JavaScript
Ham Normal Görünüm Geçmiş

/*
* Copyright (c) 2015
*
* This file is licensed under the Affero General Public License version 3
* or later.
*
* See the COPYING-README file.
*
*/
2015-12-01 21:01:12 +01:00
/* global Backbone */
if(!_.isUndefined(Backbone)) {
OC.Backbone = Backbone.noConflict();
}