Fix some lint.

This commit is contained in:
Spencer Ahrens 2015-03-26 10:32:15 -07:00
parent f50ac9ea31
commit ed656633bc
3 changed files with 2 additions and 3 deletions

View File

@ -20,6 +20,7 @@
"jest": false, "jest": false,
"Map": true, "Map": true,
"module": false, "module": false,
"navigator": false,
"process": false, "process": false,
"Promise": true, "Promise": true,
"requestAnimationFrame": true, "requestAnimationFrame": true,

View File

@ -12,9 +12,8 @@
var React = require('react-native'); var React = require('react-native');
var { var {
ListView,
ScrollView,
ActivityIndicatorIOS, ActivityIndicatorIOS,
ListView,
StyleSheet, StyleSheet,
Text, Text,
TextInput, TextInput,

View File

@ -15,7 +15,6 @@ var {
AppRegistry, AppRegistry,
ListView, ListView,
PixelRatio, PixelRatio,
ScrollView,
StyleSheet, StyleSheet,
Text, Text,
TextInput, TextInput,