src/widgets/Controller.js
branchnew-model
changeset 917 eb8677d3a663
parent 904 510ebab76fa3
child 919 972099304059
--- a/src/widgets/Controller.js	Tue Jun 12 19:44:20 2012 +0200
+++ b/src/widgets/Controller.js	Wed Jun 20 14:45:30 2012 +0200
@@ -196,7 +196,7 @@
 };
 
 IriSP.Widgets.Controller.prototype.muteHandler = function() {
-    this.player.popcorn.mute(!this.player.popcorn.muted());
+    this.player.popcorn.muted(!this.player.popcorn.muted());
 };
 
 IriSP.Widgets.Controller.prototype.volumeUpdater = function() {