Skip to content

Commit

Permalink
fixed usage with jquery in noConflict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Apr 15, 2016
1 parent 88bf68e commit ac17b2a
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 ac17b2a

Please sign in to comment.