Skip to content

Commit

Permalink
add jqGrid file to build the module for requierejs
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytomov committed Jan 30, 2015
1 parent 1079937 commit f1fd026
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions jqGrid.js
@@ -0,0 +1,26 @@
require([
"jquery",

// grid
"jqgrid/grid.base",
"jqgrid/grid.celledit",
"jqgrid/grid.common",
"jqgrid/grid.filter",
"jqgrid/grid.formedit",
"jqgrid/grid.grouping",
"jqgrid/grid.import",
"jqgrid/grid.inlinedit",
"jqgrid/grid.jqueryui",
"jqgrid/grid.pivot",
"jqgrid/grid.subgrid",
"jqgrid/grid.treegrid",
"jqgrid/jqDnR",
"jqgrid/jqModal",
"jqgrid/jquery.fmatter",
"jqgrid/JsonXml",
"jqgrid/addons/ui.multiselect"

], function ($) {
"use strict";
console.log("jqGrid loaded!");
});

0 comments on commit f1fd026

Please sign in to comment.