Skip to content

Commit

Permalink
NOJIRA Commenting out empty styles that appear to cause problems on A…
Browse files Browse the repository at this point in the history
…ndroid
  • Loading branch information
bourey committed Dec 12, 2012
1 parent f3bd6a4 commit 96d6061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Resources/js/style.js
Expand Up @@ -203,8 +203,8 @@ exports.updateStyles = function () {
},
height: '40dp',
width: '100dp',
backgroundGradient: {},
backgroundGradientPress: {}
// backgroundGradient: {},
// backgroundGradientPress: {}
};
//Global search bar properties
exports.searchBar= {
Expand Down Expand Up @@ -774,4 +774,4 @@ exports.updateStyles = function () {
return exports;
};

exports.updateStyles();
exports.updateStyles();

0 comments on commit 96d6061

Please sign in to comment.