mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-10 01:15:00 +08:00
Converting Libraries/Components to not use var
Reviewed By: sahrens Differential Revision: D7117137 fbshipit-source-id: a55a04928a0073a17e0709e851aa8b11678042ba
This commit is contained in:
committed by
Facebook Github Bot
parent
f7343576fc
commit
3152e93095
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user