mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Remove jQuery global usage where possible (#14905)
This commit is contained in:
@@ -5,6 +5,7 @@ import getUrl from "discourse-common/lib/get-url";
|
||||
import { htmlSafe } from "@ember/template";
|
||||
import { schedule } from "@ember/runloop";
|
||||
|
||||
// eslint-disable-next-line no-undef
|
||||
jQuery.fn.wiggle = function (times, duration) {
|
||||
if (times > 0) {
|
||||
this.animate(
|
||||
|
||||
Reference in New Issue
Block a user