removed leak from signalr

This commit is contained in:
Keivan Beigi 2013-08-21 12:07:28 -07:00
commit 66ce8e8b27
3 changed files with 61 additions and 56 deletions

View file

@ -11,7 +11,7 @@ define(
model: RootFolderModel
});
var collection = new RootFolderCollection().BindSignalR();
var collection = new RootFolderCollection().bindSignalR();
return collection;
});