| branch | new-model |
| changeset 880 | 4c7b33bf2795 |
| parent 875 | 43629caa77bc |
| child 882 | 61c384dda19e |
--- a/src/widgets/Controller.js Tue Apr 24 20:25:40 2012 +0200 +++ b/src/widgets/Controller.js Thu Apr 26 19:18:57 2012 +0200 @@ -122,7 +122,7 @@ // Allow Volume Cursor Dragging this.$volumeBar.slider({ slide: function(event, ui) { - _this.$volumeBar.attr("title",this.l10n.volume+': ' + ui.value + '%'); + _this.$volumeBar.attr("title",_this.l10n.volume+': ' + ui.value + '%'); _this.player.popcorn.volume(ui.value / 100); }, stop: this.functionWrapper("volumeUpdater")