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/16 08:07:25 UTC

[royale-asjs] 03/03: 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 release/0.9.6
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

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

    jewel-slider: Missing COMPILE::JS for sliderTrackContainer field
    
    (cherry picked from commit b62ad74b95220c755fae99d78030626e039f3266)
---
 .../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;