This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git


The following commit(s) were added to refs/heads/develop by this push:
     new dbd99e8  remove dialogPolyfill from missing.js since is not used
dbd99e8 is described below

commit dbd99e87f4287329fc63088199f758ae2e9f2197
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri May 3 23:38:56 2019 +0200

    remove dialogPolyfill from missing.js since is not used
---
 js/src/main/javascript/missing.js | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/js/src/main/javascript/missing.js 
b/js/src/main/javascript/missing.js
index 0b02ea2..90eea6c 100644
--- a/js/src/main/javascript/missing.js
+++ b/js/src/main/javascript/missing.js
@@ -63,16 +63,6 @@ function performance() {};
 performance.now = function() {};
 
 /**
-* @constructor
-*/
-function dialogPolyfill() {};
-
-/**
-* @param {!Element} element to upgrade, if necessary
-*/
-dialogPolyfill.registerDialog = function(element) {};
-
-/**
  * @constructor
  */
 function Navigator() {}

Reply via email to