vendor/assets/javascripts/webshims/shims/combos/12.js in webshims-rails-1.12.2 vs vendor/assets/javascripts/webshims/shims/combos/12.js in webshims-rails-1.12.3
- old
+ new
@@ -547,11 +547,11 @@
})();
}
hasFullTrackSupport = Modernizr.track && !bugs.track;
webshims.register('mediaelement-core', function($, webshims, window, document, undefined, options){
- hasSwf = swfmini.hasFlashPlayerVersion('9.0.115');
+ hasSwf = swfmini.hasFlashPlayerVersion('10.0.3');
$('html').addClass(hasSwf ? 'swf' : 'no-swf');
var mediaelement = webshims.mediaelement;
mediaelement.parseRtmp = function(data){
var src = data.src.split('://');
@@ -1140,10 +1140,11 @@
} else {
webshims.ready(swfType, initMediaElements);
}
webshims.ready('track', loadTrackUi);
});
-})(Modernizr, webshims);;webshims.register('track', function($, webshims, window, document, undefined){
+})(Modernizr, webshims);
+;webshims.register('track', function($, webshims, window, document, undefined){
"use strict";
var mediaelement = webshims.mediaelement;
var id = new Date().getTime();
var ADDBACK = $.fn.addBack ? 'addBack' : 'andSelf';
//descriptions are not really shown, but they are inserted into the dom
\ No newline at end of file