Skip to content

Commit

Permalink
remove render
Browse files Browse the repository at this point in the history
  • Loading branch information
edsilv committed May 17, 2018
1 parent 333a34a commit 61da2b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/AVVolumeControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ namespace IIIFComponents {
this._data.volume = this._lastVolume;
}
// end reducer

//this._render();

this.fire(AVVolumeControl.Events.VOLUME_CHANGED, this._data.volume);
});

Expand All @@ -73,7 +72,6 @@ namespace IIIFComponents {
}
// end reducer

//that._render();
that.fire(AVVolumeControl.Events.VOLUME_CHANGED, that._data.volume);

},
Expand Down

0 comments on commit 61da2b8

Please sign in to comment.