Skip to content

Commit

Permalink
Remove mithril patch shim, as all patches onto m are now deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
askvortsov1 committed Sep 27, 2020
1 parent 1da91df commit c5cceb7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions js/shims.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ import * as _$ from 'jquery';
// Globals from flarum/core
import Application from './src/common/Application';

/**
* Helpers that flarum/core patches into Mithril
*/
interface m extends Mithril.Static {
stream: typeof Stream;
}

/**
* Export Mithril typings globally.
*
Expand Down

0 comments on commit c5cceb7

Please sign in to comment.