Skip to content

Commit

Permalink
Merge pull request #48 from staabm/patch-1
Browse files Browse the repository at this point in the history
fixed usage with jquery in noConflict mode
  • Loading branch information
kumailht committed Apr 15, 2016
2 parents 03f09a3 + ac17b2a commit 90c62d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gridforms/gridforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// THE SOFTWARE.
//

$(function() {
jQuery(function($) {
var GridForms = {
el: {
fieldsRows: $('[data-row-span]'),
Expand Down

0 comments on commit 90c62d5

Please sign in to comment.