Coding style

In certain scenarios we do need to import files instead of features but
even then it is our coding style to not write the file extension.
This commit is contained in:
Lyubo Marinov 2017-09-07 12:21:56 -05:00
parent 5a50932174
commit c2ae7999ef
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
import EventEmitter from 'events'; import EventEmitter from 'events';
import { urlObjectToString } from '../../../react/features/base/util/uri.js'; import { urlObjectToString } from '../../../react/features/base/util/uri';
import { import {
PostMessageTransportBackend, PostMessageTransportBackend,
Transport Transport

View File

@ -19,7 +19,7 @@ export {
connectionEstablished, connectionEstablished,
connectionFailed, connectionFailed,
setLocationURL setLocationURL
} from './actions.native.js'; } from './actions.native';
/** /**
* Opens new connection. * Opens new connection.

View File

@ -1 +1 @@
export * from './react-native-img-cache.yes.js'; export * from './react-native-img-cache.yes';

View File

@ -1 +1 @@
export * from './react-native-img-cache.yes.js'; export * from './react-native-img-cache.yes';