Repository: flex-typedefs Updated Branches: refs/heads/develop fb2509b33 -> 59b733346
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/develop Commit: 59b73334651de27d60a9fa43c8de062bfb8f571e Parents: fb2509b Author: Alex Harui <[email protected]> Authored: Thu Apr 20 19:23:10 2017 -0700 Committer: Alex Harui <[email protected]> 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
