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 committed by Gerhard Schlager
parent a91881280d
commit 467e03a2ec

View File

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