DEV: lint file

We no longer need that isAppleDevice require
This commit is contained in:
Sam Saffron 2019-06-18 17:12:55 +10:00
parent 506de13896
commit 03ba1d49fb
1 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,3 @@
import { isAppleDevice } from "discourse/lib/utilities";
export default function(name, opts) {
opts = opts || {};
const container = Discourse.__container__;