This is an automated email from the ASF dual-hosted git repository.
piotrz pushed a commit to branch feature/jewel-ui-set
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/feature/jewel-ui-set by this
push:
new 2f55885 Jewel: Missing semicolon
2f55885 is described below
commit 2f5588525f72e4b6bf94ad1be446d3133ef5b886
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Sun Apr 1 18:36:30 2018 +0200
Jewel: Missing semicolon
---
.../projects/Jewel/src/main/royale/org/apache/royale/jewel/Slider.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Slider.as
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Slider.as
index e43a3bd..8b45a79 100644
---
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Slider.as
+++
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Slider.as
@@ -85,7 +85,7 @@ package org.apache.royale.jewel
{
super();
- typeNames = "jewel slider"
+ typeNames = "jewel slider";
IRangeModel(model).value = 0;
IRangeModel(model).minimum = 0;
--
To stop receiving notification emails like this one, please contact
[email protected].