Verified Commit 5f2e43b3 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3239490 by Sam Phillemon, Theresa.Grannum, smustgrave: Refactor (if...

Issue #3239490 by Sam Phillemon, Theresa.Grannum, smustgrave:  Refactor (if feasible) uses of the jQuery clone function to use Vanilla/native

(cherry picked from commit 9cdd6488)
parent dec00f6b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
    "jquery/no-attr": 0,
    "jquery/no-bind": 2,
    "jquery/no-class": 0,
    "jquery/no-clone": 0,
    "jquery/no-clone": 2,
    "jquery/no-closest": 0,
    "jquery/no-css": 2,
    "jquery/no-data": 0,