Skip to content

Commit

Permalink
fix other places where jsonxml appear
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytomov committed Feb 12, 2015
1 parent d2e61e7 commit 0c0ff7c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var
"jqDnR",
"jqModal",
"jquery.fmatter",
"JsonXml"
"grid.utils"
],

gridFiles = allFiles.map(function( file ) {
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<fileset file="js/grid.base.js"/>
<fileset file="js/jqModal.js"/>
<fileset file="js/jqDnR.js"/>
<fileset file="js/JsonXml.js"/>
<fileset file="js/grid.utils.js"/>
<fileset file="js/jquery.fmatter.js"/>
<fileset file="js/grid.common.js"/>
<fileset file="js/grid.filter.js"/>
Expand Down
2 changes: 1 addition & 1 deletion jqGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require([
"jqgrid/jqDnR",
"jqgrid/jqModal",
"jqgrid/jquery.fmatter",
"jqgrid/JsonXml",
"jqgrid/grid.utils",
"jqgrid/addons/ui.multiselect"

], function ($) {
Expand Down
2 changes: 1 addition & 1 deletion jquery.jqGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function jqGridInclude()
{ include: true, incfile:'grid.tbltogrid.js'}, //jqGrid table to grid
{ include: true, incfile:'grid.import.js'}, //jqGrid import
{ include: true, incfile:'jquery.fmatter.js'}, //jqGrid formater
{ include: true, incfile:'JsonXml.js'}, //xmljson utils
{ include: true, incfile:'grid.utils.js'}, //xmljson utils
{ include: true, incfile:'grid.jqueryui.js'}, //jQuery UI utils
{ include: true, incfile:'grid.filter.js'} // filter Plugin
];
Expand Down
1 change: 0 additions & 1 deletion js/grid.formedit.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
// AMD. Register as an anonymous module.
define([
"jquery",
"./JsonXml",
"./grid.base",
"./grid.common"
], factory );
Expand Down

0 comments on commit 0c0ff7c

Please sign in to comment.