harness/app-assets/templates/assets/js/modules/$.js (13 lines of code) (raw):
/*global define */
define([
'bonzo',
'qwery'
], function (
bonzo,
qwery
) {
'use strict';
function $(selector, context) {
return bonzo(qwery(selector, context));
}
return $;
});