linterna-magica-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linterna-magica-commit] [77] Unnecessary dash in the class name of the


From: Ivaylo Valkov
Subject: [linterna-magica-commit] [77] Unnecessary dash in the class name of the replacement video object.
Date: Thu, 19 May 2011 13:34:46 +0000

Revision: 77
          
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=77
Author:   valkov
Date:     2011-05-19 13:34:46 +0000 (Thu, 19 May 2011)
Log Message:
-----------
Unnecessary dash in the class name of the replacement video object.

Modified Paths:
--------------
    trunk/src/lm_create_video_object.js

Modified: trunk/src/lm_create_video_object.js
===================================================================
--- trunk/src/lm_create_video_object.js 2011-05-19 13:31:36 UTC (rev 76)
+++ trunk/src/lm_create_video_object.js 2011-05-19 13:34:46 UTC (rev 77)
@@ -303,7 +303,7 @@
     container.appendChild(about_box);
     
     object_tag.setAttribute("class", 
-                           this.marked_object_template+"-video-"+id);
+                           this.marked_object_template+"video-"+id);
 
     // Add link after the object/embed
     // this.set_priority() has set this.priority




reply via email to

[Prev in Thread] Current Thread [Next in Thread]