Converting Libraries/Components to not use var

Reviewed By: sahrens

Differential Revision: D7117137

fbshipit-source-id: a55a04928a0073a17e0709e851aa8b11678042ba
This commit is contained in:
Eli White
2018-03-03 15:04:46 -08:00
committed by Facebook Github Bot
parent f7343576fc
commit 3152e93095
43 changed files with 471 additions and 471 deletions

View File

@@ -13,10 +13,10 @@
*/
'use strict';
var Platform = require('Platform');
var UIManager = require('UIManager');
const Platform = require('Platform');
const UIManager = require('UIManager');
var TextInputState = {
const TextInputState = {
/**
* Internal state
*/