734d52b1 by Ean Schuessler

Import jquery

1 parent 91e82d72
define([
'module',
'rivets',
'jquery'
], function(
module,
rivets
rivets,
$
) {
'use strict';
var rivetsBinderCall = function(binding, binderName, methodName, args) {
......