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 78A79200C43 for ; Sun, 26 Mar 2017 21:45:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7752B160B87; Sun, 26 Mar 2017 19:45:51 +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 E3E3E160B82 for ; Sun, 26 Mar 2017 21:45:50 +0200 (CEST) Received: (qmail 36134 invoked by uid 500); 26 Mar 2017 19:45:50 -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 36125 invoked by uid 99); 26 Mar 2017 19:45:50 -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; Sun, 26 Mar 2017 19:45:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D6A52DFE7B; Sun, 26 Mar 2017 19:45:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: gregdove@apache.org To: commits@flex.apache.org Message-Id: <67548e69511c4fd783e40cab98f0b401@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: [flex-asjs] [refs/heads/develop] - Removed what appears to be a typo, causing warning in GCC Date: Sun, 26 Mar 2017 19:45:49 +0000 (UTC) archived-at: Sun, 26 Mar 2017 19:45:51 -0000 Repository: flex-asjs Updated Branches: refs/heads/develop bea3e9456 -> 6714cff23 Removed what appears to be a typo, causing warning in GCC Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/6714cff2 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/6714cff2 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/6714cff2 Branch: refs/heads/develop Commit: 6714cff23da1a4be108a7093013f052691df70be Parents: bea3e94 Author: greg-dove Authored: Mon Mar 27 08:45:40 2017 +1300 Committer: greg-dove Committed: Mon Mar 27 08:45:40 2017 +1300 ---------------------------------------------------------------------- .../projects/HTML/src/main/flex/org/apache/flex/html/Form.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6714cff2/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Form.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Form.as b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Form.as index 2093e40..f50fdf9 100644 --- a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Form.as +++ b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Form.as @@ -56,7 +56,7 @@ package org.apache.flex.html */ COMPILE::JS override protected function createElement():WrappedHTMLElement - {HTMLFormElement + { element = document.createElement('form') as WrappedHTMLElement; positioner = element;