Author: andre
Date: 2010-04-08 10:57:07 +0200 (Thu, 08 Apr 2010)
New Revision: 41785

Modified:
   openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
Log:
found return value in wrong spot


Modified: openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js     
2010-04-08 08:46:23 UTC (rev 41784)
+++ openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js     
2010-04-08 08:57:07 UTC (rev 41785)
@@ -161,8 +161,6 @@
                 }
             } // config.controls
         });
-        
-        return this; // plugin convention
     });
     
     function pos(player, pos) {
@@ -458,6 +456,7 @@
         return attributes;
     }
 
+    return this; // plugin convention
 };
 
 //  
------------------------------------------------------------------------------------------------

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to