mirror of https://github.com/vector-im/riot-web
parent
fc239ffd01
commit
657896c0b9
|
@ -56,7 +56,6 @@ limitations under the License.
|
|||
import React from 'react';
|
||||
|
||||
import { MatrixClientPeg } from './MatrixClientPeg';
|
||||
import PlatformPeg from './PlatformPeg';
|
||||
import Modal from './Modal';
|
||||
import { _t } from './languageHandler';
|
||||
import dis from './dispatcher/dispatcher';
|
||||
|
|
|
@ -36,9 +36,9 @@ interface IProps {
|
|||
|
||||
// a callback which is called when the video element is resized
|
||||
// due to a change in video metadata
|
||||
onResize?: (e: Event) => void,
|
||||
onResize?: (e: Event) => void;
|
||||
|
||||
primary: boolean,
|
||||
primary: boolean;
|
||||
}
|
||||
|
||||
interface IState {
|
||||
|
|
Loading…
Reference in New Issue