Comply w/ coding style: consistency

pull/1438/head jitsi-meet_1916
Lyubo Marinov 9 years ago
parent c5eac63da1
commit 4e276471e5
  1. 4
      react/features/app/components/App.native.js

@ -47,8 +47,8 @@ export class App extends AbstractApp {
* by this app.
*
* @inheritdoc
* @see https://facebook.github.io/react-native/docs/linking.html
* @returns {void}
* @see https://facebook.github.io/react-native/docs/linking.html
*/
componentWillMount() {
super.componentWillMount();
@ -61,8 +61,8 @@ export class App extends AbstractApp {
* handled by this app.
*
* @inheritdoc
* @see https://facebook.github.io/react-native/docs/linking.html
* @returns {void}
* @see https://facebook.github.io/react-native/docs/linking.html
*/
componentWillUnmount() {
Linking.removeEventListener('url', this._onLinkingURL);

Loading…
Cancel
Save