As a quick workaround I inserted:
if (args.length == 0) {
args.unshift(window.$);
}
into steal.js at row 1448, and it seems to work. Of course, this is on my local copy only. To be honest the code looks horrid enough that I dare not tamper with it. There be dragons, clearly.