diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-28 17:00:56 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-01-29 08:40:19 +0100 |
commit | aa2ff51a122432d2aea376ca028179c5b5a70a33 (patch) | |
tree | 630d55417d09ac73a7ce7b262af135f722ebdd17 /core/js/oc-backbone.js | |
parent | 198a45ff75c64d38c1ccb6bd903ee55b446177b3 (diff) | |
download | nextcloud-server-aa2ff51a122432d2aea376ca028179c5b5a70a33.tar.gz nextcloud-server-aa2ff51a122432d2aea376ca028179c5b5a70a33.zip |
Move OC.Contactsmenu and OC.Backbone to the server bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'core/js/oc-backbone.js')
-rw-r--r-- | core/js/oc-backbone.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/core/js/oc-backbone.js b/core/js/oc-backbone.js deleted file mode 100644 index 5c4eb2d24c8..00000000000 --- a/core/js/oc-backbone.js +++ /dev/null @@ -1,14 +0,0 @@ -/* - * 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(); -} |