From commits-return-5203-archive-asf-public=cust-asf.ponee.io@royale.apache.org Thu Aug 23 19:45:46 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 109D418061A for ; Thu, 23 Aug 2018 19:45:45 +0200 (CEST) Received: (qmail 4891 invoked by uid 500); 23 Aug 2018 17:45:45 -0000 Mailing-List: contact commits-help@royale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@royale.apache.org Delivered-To: mailing list commits@royale.apache.org Received: (qmail 4882 invoked by uid 99); 23 Aug 2018 17:45:45 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2018 17:45:45 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 9ECE188CFA; Thu, 23 Aug 2018 17:45:44 +0000 (UTC) Date: Thu, 23 Aug 2018 17:45:44 +0000 To: "commits@royale.apache.org" Subject: [royale-asjs] branch develop updated: remove new props still not finished MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153504634459.15078.14463248397311645070@gitbox.apache.org> From: carlosrovira@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: royale-asjs X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: 9f7ae310901ce2cb82c13579506cc0184894f4ba X-Git-Newrev: 3f24837fde9b08040743185c029476955f341c6a X-Git-Rev: 3f24837fde9b08040743185c029476955f341c6a X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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-asjs.git The following commit(s) were added to refs/heads/develop by this push: new 3f24837 remove new props still not finished 3f24837 is described below commit 3f24837fde9b08040743185c029476955f341c6a Author: Carlos Rovira AuthorDate: Thu Aug 23 19:45:40 2018 +0200 remove new props still not finished --- .../src/main/royale/itemRenderers/TableCellCloseIconItemRenderer.mxml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/royale/JewelExample/src/main/royale/itemRenderers/TableCellCloseIconItemRenderer.mxml b/examples/royale/JewelExample/src/main/royale/itemRenderers/TableCellCloseIconItemRenderer.mxml index 484a466..3c3420a 100644 --- a/examples/royale/JewelExample/src/main/royale/itemRenderers/TableCellCloseIconItemRenderer.mxml +++ b/examples/royale/JewelExample/src/main/royale/itemRenderers/TableCellCloseIconItemRenderer.mxml @@ -21,9 +21,7 @@ limitations under the License. xmlns:j="library://ns.apache.org/royale/jewel" xmlns:js="library://ns.apache.org/royale/basic" xmlns:html="library://ns.apache.org/royale/html" - xmlns="http://www.w3.org/1999/xhtml" - hoverable="false" - selectable="false"> + xmlns="http://www.w3.org/1999/xhtml">