Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D3A00200C18 for ; Fri, 27 Jan 2017 23:13:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D25F3160B64; Fri, 27 Jan 2017 22:13:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2B601160B5C for ; Fri, 27 Jan 2017 23:13:43 +0100 (CET) Received: (qmail 77437 invoked by uid 500); 27 Jan 2017 22:13:42 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 77407 invoked by uid 99); 27 Jan 2017 22:13:42 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jan 2017 22:13:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2B2D8DFE4B; Fri, 27 Jan 2017 22:13:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: carlosrovira@apache.org To: commits@flex.apache.org Date: Fri, 27 Jan 2017 22:13:45 -0000 Message-Id: <516e29eede424fa5bf28a89e94219bbd@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [04/50] git commit: [flex-asjs] [refs/heads/feature/mdl] - Use new created dialogPolyfill in flexjs typedefs repo archived-at: Fri, 27 Jan 2017 22:13:44 -0000 Use new created dialogPolyfill in flexjs typedefs repo Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/50cb0265 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/50cb0265 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/50cb0265 Branch: refs/heads/feature/mdl Commit: 50cb026578eb594b1f24a5c33bc2c2ccfa9b94dd Parents: 0549dab Author: Carlos Rovira Authored: Fri Jan 20 18:31:26 2017 +0100 Committer: Carlos Rovira Committed: Fri Jan 20 18:31:26 2017 +0100 ---------------------------------------------------------------------- .../MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/50cb0265/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as index 9d3d225..2fa23eb 100644 --- a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as +++ b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as @@ -111,7 +111,7 @@ package org.apache.flex.mdl } if (!dialog["showModal"]) { //!dialog.showModal - window["dialogPolyfill"].registerDialog(dialog);//dialogPolyfill.registerDialog(dialog); + dialogPolyfill.registerDialog(dialog); } }