Skip to content

Commit

Permalink
Whoops, commented out code for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
MeoMix committed May 18, 2015
1 parent 376d72c commit 34b7c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/background/model/signInManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
initialize: function() {
this.on('change:signedInUser', this._onChangeSignedInUser);
this.on('change:signInFailed', this._onChangeSignInFailed);
//this.listenTo(Streamus.channels.backgroundArea.vent, 'rendered', this._onBackgroundAreaRendered);
this.listenTo(Streamus.channels.backgroundArea.vent, 'rendered', this._onBackgroundAreaRendered);
chrome.runtime.onMessage.addListener(this._onChromeRuntimeMessage.bind(this));
chrome.runtime.onMessageExternal.addListener(this._onChromeRuntimeMessageExternal.bind(this));
chrome.identity.onSignInChanged.addListener(this._onChromeIdentitySignInChanged.bind(this));
Expand Down

0 comments on commit 34b7c3d

Please sign in to comment.