Remove the IE 11 fullscreen externs declarations

They are defined in recent versions of Closure Compiler.
This commit is contained in:
Éric Lemoine
2014-06-30 10:54:05 +02:00
parent 18462a2af3
commit 064f95f530

View File

@@ -45,18 +45,6 @@ DeviceOrientationEvent.prototype.webkitCompassAccuracy;
DeviceOrientationEvent.prototype.webkitCompassHeading;
// IE 11 fullscreen API
// http://msdn.microsoft.com/en-us/library/ie/dn265028(v=vs.85).aspx
/** @return {void} */
Element.prototype.msRequestFullscreen = function() {};
/** @return {void} */
Element.prototype.msExitFullscreen = function() {};
/** @type {boolean} */
Document.prototype.msFullscreenEnabled;