Browse Source

Use the newer element.webkitRequestFullscreen method if available, to support all key events in fullscreen mode.

Marc van Gend 11 năm trước cách đây
mục cha
commit
5736d4ae6e
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 1 0
      js/reveal.js
  2. 1 1
      js/reveal.min.js

+ 1 - 0
js/reveal.js

@@ -958,6 +958,7 @@ var Reveal = (function(){
 
 		// Check which implementation is available
 		var requestMethod = element.requestFullScreen ||
+							element.webkitRequestFullscreen ||
 							element.webkitRequestFullScreen ||
 							element.mozRequestFullScreen ||
 							element.msRequestFullScreen;

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 1 - 1
js/reveal.min.js


Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác