[fix] remove 'use strict' from warnValidStyle

This commit is contained in:
Nicolas Gallagher
2017-09-19 14:08:17 -07:00
parent a01e895e30
commit aad904b550
3 changed files with 0 additions and 4 deletions
-2
View File
@@ -11,8 +11,6 @@
* @providesModule warnValidStyle
*/
'use strict';
var emptyFunction = require('fbjs/lib/emptyFunction');
var warnValidStyle = emptyFunction;