734d52b1 by Ean Schuessler

Import jquery

1 parent 91e82d72
1 define([ 1 define([
2 'module', 2 'module',
3 'rivets', 3 'rivets',
4 'jquery'
4 ], function( 5 ], function(
5 module, 6 module,
6 rivets 7 rivets,
8 $
7 ) { 9 ) {
8 'use strict'; 10 'use strict';
9 var rivetsBinderCall = function(binding, binderName, methodName, args) { 11 var rivetsBinderCall = function(binding, binderName, methodName, args) {
......