[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

@@ -17,7 +17,7 @@
var define = null; // Hack to make it work with our packager
// Copyright 2014 Simon Lydell
// X11 (MIT) Licensed. (See LICENSE.)
// X11 ("MIT") Licensed. (See LICENSE.)
void (function(root, factory) {
if (typeof define === "function" && define.amd) {