This is an automated email from the ASF dual-hosted git repository.
carlosrovira 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 090f77a remove temporal NumericStepper example in Buttons example
090f77a is described below
commit 090f77ae9e5d48930868dc3efa4f25f1f948b227
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Aug 26 09:58:25 2018 +0200
remove temporal NumericStepper example in Buttons example
---
examples/royale/JewelExample/src/main/royale/ButtonPlayGround.mxml | 2 --
1 file changed, 2 deletions(-)
diff --git a/examples/royale/JewelExample/src/main/royale/ButtonPlayGround.mxml
b/examples/royale/JewelExample/src/main/royale/ButtonPlayGround.mxml
index e1eeb42..e99c23e 100644
--- a/examples/royale/JewelExample/src/main/royale/ButtonPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/ButtonPlayGround.mxml
@@ -97,8 +97,6 @@ limitations under the License.
<js:FontIcon
text="{MaterialIconType.FACE}" material="true"/>
</j:icon>
</j:IconButton>
-
- <j:NumericStepper/>
</j:Card>
</j:GridCell>
</j:Grid>