You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2019/09/13 15:45:47 UTC

[royale-asjs] branch develop updated: jewel-slider: Missing COMPILE::JS for sliderTrackContainer field

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 b62ad74  jewel-slider: Missing COMPILE::JS for sliderTrackContainer field
b62ad74 is described below

commit b62ad74b95220c755fae99d78030626e039f3266
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Fri Sep 13 17:45:36 2019 +0200

    jewel-slider: Missing COMPILE::JS for sliderTrackContainer field
---
 .../src/main/royale/org/apache/royale/jewel/beads/views/SliderView.as    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/SliderView.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/SliderView.as
index 34d66e8..6970515 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/SliderView.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/views/SliderView.as
@@ -63,6 +63,7 @@ package org.apache.royale.jewel.beads.views
 			super();
 		}
 
+		COMPILE::JS
 		protected var sliderTrackContainer:HTMLDivElement;
 
         private var rangeModel:IRangeModel;