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.
pull/1972/head
Lyubo Marinov 7 years ago
parent 5a50932174
commit c2ae7999ef
  1. 2
      modules/API/external/external_api.js
  2. 2
      react/features/base/connection/actions.web.js
  3. 2
      react/features/mobile/image-cache/react-native-img-cache.android.js
  4. 2
      react/features/mobile/image-cache/react-native-img-cache.ios.js

@ -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

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

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

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

Loading…
Cancel
Save