it works on ipad, safari etc. / splash screen has a progress wheel

This commit is contained in:
Senad Uka
2015-06-21 09:22:41 +02:00
parent f05b307fc0
commit 080d3e4497
6 changed files with 15 additions and 10 deletions

View File

@@ -169,7 +169,7 @@ var CartPage = React.createClass({
_onOrderClick: function () {
NavigationActions.goToCheckout();
},
_onQuantityChange(itemId, e) {
_onQuantityChange: function(itemId, e) {
CartActions.setItemCount(itemId, e.target.value);
},
getInitialState: function () {