[ReactNative] clean lint in all of Libraries/

This commit is contained in:
Spencer Ahrens
2015-05-19 13:43:46 -07:00
parent a4f92ba3db
commit 11b515b1b0
32 changed files with 36 additions and 49 deletions

View File

@@ -18,6 +18,7 @@
* and wrapping resulting file into `wrapper` function.
*
*/
/*eslint-disable */
var scope = {};
wrapper.call(scope);

View File

@@ -11,6 +11,7 @@
*
* @nolint
*/
/* eslint-disable */
(function() {
var define = null; // Hack to make it work with our packager