]> source.dussan.org Git - jquery.git/commit
Build: Fix AMD dependencies in curCSS
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Tue, 30 Apr 2019 19:21:18 +0000 (21:21 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Apr 2019 19:21:18 +0000 (21:21 +0200)
commitb220f6df88d34dd908f55d57417fcec377787e5c
treefa5aa0ad142b2cf9665d70c228282ae04c7ee839
parentcf84696fd1d7fe314a11492606529b5a658ee9e3
Build: Fix AMD dependencies in curCSS

A leftover `rboxStyle` was left in the wrapper parameters but not in the
dependency array, causing `getStyles` to be undefined in AMD mode.

Since `rboxStyle` is no longer used, it's now removed.

Ref gh-4347
Closes gh-4380
src/css/curCSS.js
src/css/var/rboxStyle.js [deleted file]