You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/06/26 16:12:49 UTC

[27/36] flex-typedefs git commit: I think the rebase/merge messed up

I think the rebase/merge messed up


Project: http://git-wip-us.apache.org/repos/asf/flex-typedefs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-typedefs/commit/59b73334
Tree: http://git-wip-us.apache.org/repos/asf/flex-typedefs/tree/59b73334
Diff: http://git-wip-us.apache.org/repos/asf/flex-typedefs/diff/59b73334

Branch: refs/heads/master
Commit: 59b73334651de27d60a9fa43c8de062bfb8f571e
Parents: fb2509b
Author: Alex Harui <ah...@apache.org>
Authored: Thu Apr 20 19:23:10 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Apr 20 19:23:10 2017 -0700

----------------------------------------------------------------------
 js/src/main/javascript/missing.js | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-typedefs/blob/59b73334/js/src/main/javascript/missing.js
----------------------------------------------------------------------
diff --git a/js/src/main/javascript/missing.js b/js/src/main/javascript/missing.js
index 23d7c68..fb467c7 100644
--- a/js/src/main/javascript/missing.js
+++ b/js/src/main/javascript/missing.js
@@ -265,17 +265,6 @@ uint.MIN_VALUE;
 
 
 /**
-8 @type {!Object}
-* @const
-*/
-var dialogPolyfill;;
-
-/**
-* @param {!Element} element to upgrade, if necessary
-*/
-dialogPolyfill.registerDialog = function(element) {};
-
-/**
  * Many top-level classes will need a toString() defined.
  * Object.toString() is excluded by the ExternC compiler
  * so int.toString(radix) doesn't return an illegal override