Closed unscriptable closed 10 years ago
I noticed that jQuery's AMD sniff doesn't detect rave's define. On closer inspection, it's because jquery is looking for define.amd.jQuery whereas rave declares define.amd.jquery (notice the "Q"). Seems like an easy fix.
define
define.amd.jQuery
define.amd.jquery
Fixed via 01a3b21f2f2dac29d852ad9276b292f613f0605c
I noticed that jQuery's AMD sniff doesn't detect rave's
define
. On closer inspection, it's because jquery is looking fordefine.amd.jQuery
whereas rave declaresdefine.amd.jquery
(notice the "Q"). Seems like an easy fix.