From commits-return-4080-archive-asf-public=cust-asf.ponee.io@royale.apache.org Tue May 15 14:04:19 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 B1F11180634 for ; Tue, 15 May 2018 14:04:18 +0200 (CEST) Received: (qmail 6478 invoked by uid 500); 15 May 2018 12:04:17 -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 6469 invoked by uid 99); 15 May 2018 12:04:17 -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; Tue, 15 May 2018 12:04:17 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 38E5480643; Tue, 15 May 2018 12:04:17 +0000 (UTC) Date: Tue, 15 May 2018 12:04:17 +0000 To: "commits@royale.apache.org" Subject: [royale-asjs] branch feature/MXRoyale updated: Update SparkRoyaleClasses.as for GroupBase MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152638585717.14261.17285925427608676081@gitbox.apache.org> From: alinakazi@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: royale-asjs X-Git-Refname: refs/heads/feature/MXRoyale X-Git-Reftype: branch X-Git-Oldrev: 2746f38c1dc342e3a187d60a41629a5fd4b53c1b X-Git-Newrev: 3c2e60d5681452509399e57743b7038354f0ee0a X-Git-Rev: 3c2e60d5681452509399e57743b7038354f0ee0a 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. alinakazi pushed a commit to branch feature/MXRoyale in repository https://gitbox.apache.org/repos/asf/royale-asjs.git The following commit(s) were added to refs/heads/feature/MXRoyale by this push: new 3c2e60d Update SparkRoyaleClasses.as for GroupBase 3c2e60d is described below commit 3c2e60d5681452509399e57743b7038354f0ee0a Author: alinakazi AuthorDate: Tue May 15 17:04:15 2018 +0500 Update SparkRoyaleClasses.as for GroupBase --- frameworks/projects/SparkRoyale/src/main/royale/SparkRoyaleClasses.as | 1 + 1 file changed, 1 insertion(+) diff --git a/frameworks/projects/SparkRoyale/src/main/royale/SparkRoyaleClasses.as b/frameworks/projects/SparkRoyale/src/main/royale/SparkRoyaleClasses.as index e221e4b..814f2f8 100644 --- a/frameworks/projects/SparkRoyale/src/main/royale/SparkRoyaleClasses.as +++ b/frameworks/projects/SparkRoyale/src/main/royale/SparkRoyaleClasses.as @@ -37,6 +37,7 @@ internal class SparkRoyaleClasses import spark.components.supportClasses.TextBase; TextBase; import spark.components.PopUpAnchor; PopUpAnchor; import spark.events.TextOperationEvent; TextOperationEvent; + import spark.components.supportClasses.GroupBase; GroupBase; } -- To stop receiving notification emails like this one, please contact alinakazi@apache.org.