[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linterna-magica-commit] [205] Invalid assignment of object property
From: |
Ivaylo Valkov |
Subject: |
[linterna-magica-commit] [205] Invalid assignment of object property |
Date: |
Wed, 05 Oct 2011 19:50:14 +0000 |
Revision: 205
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=205
Author: valkov
Date: 2011-10-05 19:50:14 +0000 (Wed, 05 Oct 2011)
Log Message:
-----------
Invalid assignment of object property
Modified Paths:
--------------
trunk/src/lm_player_button_functions.js
Modified: trunk/src/lm_player_button_functions.js
===================================================================
--- trunk/src/lm_player_button_functions.js 2011-09-28 20:23:03 UTC (rev
204)
+++ trunk/src/lm_player_button_functions.js 2011-10-05 19:50:14 UTC (rev
205)
@@ -625,7 +625,7 @@
if (!video_object.lm_player_volume)
{
vol = video_object.GetVolume();
- video_object.lm_player_volume, vol;
+ video_object.lm_player_volume = vol;
video_object.SetVolume(0);
}
// unMute
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [linterna-magica-commit] [205] Invalid assignment of object property,
Ivaylo Valkov <=