##// END OF EJS Templates
channelstream: bind this to proper context
ergo -
Show More
@@ -7061,7 +7061,7 b' function ChannelstreamController($rootScope, stateHolder, userSelfPropertyResour'
7061 7061 stateHolder.websocket.onerror = function (event) {
7062 7062
7063 7063 };
7064 });
7064 }.bind(this));
7065 7065 }
7066 7066
7067 7067 ;// # Copyright (C) 2010-2016 RhodeCode GmbH
@@ -56,5 +56,5 b' function ChannelstreamController($rootScope, stateHolder, userSelfPropertyResour'
56 56 stateHolder.websocket.onerror = function (event) {
57 57 console.log('error');
58 58 };
59 });
59 }.bind(this));
60 60 }
General Comments 0
You need to be logged in to leave comments. Login now