removed unused code
This commit is contained in:
parent
6ba3be8a0f
commit
932a2a4576
3 changed files with 3 additions and 19 deletions
|
@ -35,14 +35,6 @@ import User from './user';
|
|||
window.appEmit = emitter.emit.bind(emitter);
|
||||
let unsupportedReason = null;
|
||||
|
||||
emitter.on('render', () => {
|
||||
if (state.animation) {
|
||||
window.requestAnimationFrame(() => {
|
||||
state.animation();
|
||||
state.animation = null;
|
||||
});
|
||||
}
|
||||
});
|
||||
if (
|
||||
// Firefox < 50
|
||||
/firefox/i.test(navigator.userAgent) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue