You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define jQuery object in separate file to support esbuild (#3571)
* Import jQuery in separate file to avoid hoisted variables
* Add blank line for consistency
* Split lines for assignment
* Make option_name mutable to overcome frozen_string_literal
* Return to one-liner init
* Remove unary operator
0 commit comments