Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 jquerygh-4347 Closes jquerygh-4380
- Loading branch information