mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-26 13:25:51 +08:00
Fixing eslint-comments warnings
Reviewed By: yungsters Differential Revision: D6678252 fbshipit-source-id: ee93b7ee52520b750ca11fcc625cccf3cd82d075
This commit is contained in:
committed by
Facebook Github Bot
parent
a1a0a69546
commit
11a495cb32
@@ -256,7 +256,7 @@ class MessagingTest extends React.Component<{}, $FlowFixMeState> {
|
||||
class InjectJS extends React.Component<{}> {
|
||||
webview = null;
|
||||
injectJS = () => {
|
||||
const script = 'document.write("Injected JS ")'; // eslint-disable-line quotes
|
||||
const script = 'document.write("Injected JS ")';
|
||||
if (this.webview) {
|
||||
this.webview.injectJavaScript(script);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user