2015-08-06 13:08:42 +03:00
|
|
|
/*
|
|
|
|
* 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 23:01:12 +03:00
|
|
|
|
|
|
|
/* global Backbone */
|
2015-08-06 13:08:42 +03:00
|
|
|
if(!_.isUndefined(Backbone)) {
|
|
|
|
OC.Backbone = Backbone.noConflict();
|
|
|
|
}
|