Skip to content

Commit

Permalink
Fix for table to grid method to be compatible with other non jQuery J…
Browse files Browse the repository at this point in the history
…S libs
  • Loading branch information
tonytomov committed Jun 3, 2010
1 parent 79d3def commit 86cf72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/grid.tbltogrid.js
Expand Up @@ -70,7 +70,7 @@ jQuery(selector).each(function() {
// Mark it as jqGrid
jQuery(this).addClass("scroll");

jQuery(this).jqGrid($.extend({
jQuery(this).jqGrid(jQuery.extend({
datatype: "local",
width: w,
colNames: colNames,
Expand Down

0 comments on commit 86cf72a

Please sign in to comment.