Remove Websockets dependencies

This commit is contained in:
Nicolas Le Goff
2015-03-09 20:22:50 +01:00
parent 6b89c123e3
commit bd4836aaa7
42 changed files with 21 additions and 1819 deletions

View File

@@ -11,9 +11,8 @@ define([
"jquery",
"underscore",
"backbone",
"common/websockets/subscriberManager",
"jquery.treeview"
], function ($, _, Backbone, SubscriberManager) {
], function ($, _, Backbone) {
var LeftPanelView = Backbone.View.extend({
initialize: function (options) {
options = options || {};