Browse Source

#1770, fixed function name.

Markku Roponen 8 năm trước cách đây
mục cha
commit
54bfad62d7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      js/reveal.js

+ 1 - 1
js/reveal.js

@@ -3072,7 +3072,7 @@
 			// HTML5 media elements
 			toArray( slide.querySelectorAll( 'video, audio' ) ).forEach( function( el ) {
 				if( !el.hasAttribute( 'data-ignore' ) && typeof el.pause === 'function' ) {
-					el.addAttribute('data-paused-by-reveal');
+					el.setAttribute('data-paused-by-reveal');
 					el.pause();
 				}
 			} );