[ReactNative] Use ASCII double quotes

Summary:
We mix ASCII double quotes with left and right quotes: https://github.com/facebook/react-native/blob/master/Libraries/CustomComponents/ListView/ListView.js#L13

Let's be consistent.
This commit is contained in:
Martin Konicek
2015-07-24 12:58:12 -07:00
parent a1612a7dd2
commit d10e4dbf0f
18 changed files with 48 additions and 48 deletions

View File

@@ -308,7 +308,7 @@ var NoMovies = React.createClass({
render: function() {
var text = '';
if (this.props.filter) {
text = `No results for ${this.props.filter}`;
text = `No results for "${this.props.filter}"`;
} else if (!this.props.isLoading) {
// If we're looking at the latest movies, aren't currently loading, and
// still have no results, show a message