From commits-return-1797-archive-asf-public=cust-asf.ponee.io@royale.apache.org Sat Jan 27 12:53:05 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id C673418065B for ; Sat, 27 Jan 2018 12:53:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id B5F6D160C30; Sat, 27 Jan 2018 11:53:05 +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 0B5B8160C2F for ; Sat, 27 Jan 2018 12:53:04 +0100 (CET) Received: (qmail 15109 invoked by uid 500); 27 Jan 2018 11:53:04 -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 15100 invoked by uid 99); 27 Jan 2018 11:53:04 -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; Sat, 27 Jan 2018 11:53:04 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 358A982174; Sat, 27 Jan 2018 11:53:03 +0000 (UTC) Date: Sat, 27 Jan 2018 11:53:03 +0000 To: "commits@royale.apache.org" Subject: [royale-asjs] branch develop updated: Make contact protected to give opprtunity to extend ContactImageChip bead MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151705398316.30159.4754535769112613039@gitbox.apache.org> From: piotrz@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: 070e5551211c25392e3ac6a31e58ea241159edc7 X-Git-Newrev: ac8bfdacbe68d72b988c6b032c9fc44611933b1a X-Git-Rev: ac8bfdacbe68d72b988c6b032c9fc44611933b1a 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. piotrz 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 ac8bfda Make contact protected to give opprtunity to extend ContactImageChip bead ac8bfda is described below commit ac8bfdacbe68d72b988c6b032c9fc44611933b1a Author: Piotr Zarzycki AuthorDate: Sat Jan 27 12:52:55 2018 +0100 Make contact protected to give opprtunity to extend ContactImageChip bead --- .../src/main/royale/org/apache/royale/mdl/beads/ContactImageChip.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/projects/MaterialDesignLite/src/main/royale/org/apache/royale/mdl/beads/ContactImageChip.as b/frameworks/projects/MaterialDesignLite/src/main/royale/org/apache/royale/mdl/beads/ContactImageChip.as index b154591..32ad512 100644 --- a/frameworks/projects/MaterialDesignLite/src/main/royale/org/apache/royale/mdl/beads/ContactImageChip.as +++ b/frameworks/projects/MaterialDesignLite/src/main/royale/org/apache/royale/mdl/beads/ContactImageChip.as @@ -50,7 +50,7 @@ package org.apache.royale.mdl.beads * The image contact */ COMPILE::JS - private var contact:HTMLImageElement; + protected var contact:HTMLImageElement; private var _strand:IStrand; /** -- To stop receiving notification emails like this one, please contact piotrz@apache.org.