Author: michiel
Date: 2009-06-25 15:41:04 +0200 (Thu, 25 Jun 2009)
New Revision: 36410

Modified:
   openimages/trunk/src/main/webapp/style/js/player.js
Log:
oops

Modified: openimages/trunk/src/main/webapp/style/js/player.js
===================================================================
--- openimages/trunk/src/main/webapp/style/js/player.js 2009-06-25 13:37:56 UTC 
(rev 36409)
+++ openimages/trunk/src/main/webapp/style/js/player.js 2009-06-25 13:41:04 UTC 
(rev 36410)
@@ -276,7 +276,7 @@
     var probably;
     var el = document.createElement("video");
     if (el.canPlayType) {
-        for (var i = 0; i < types.length; i--) {
+        for (var i = 0; i < types.length; i++) {
             //console.log("testing v: " + types[i] + ": " + 
el.canPlayType(types[i])+ ":" + urls[i]);
             /*
              
http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#dom-navigator-canplaytype

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

Reply via email to