diff options
-rw-r--r-- | dev/jquery.jtable.build.txt | 3 | ||||
-rw-r--r-- | lib/extensions/jquery.jtable.record-actions.js (renamed from dev/jquery.jtable.record-actions.js) | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/dev/jquery.jtable.build.txt b/dev/jquery.jtable.build.txt index 21a43c9..49f8ca7 100644 --- a/dev/jquery.jtable.build.txt +++ b/dev/jquery.jtable.build.txt @@ -10,5 +10,4 @@ add jquery.jtable.selecting.js add jquery.jtable.paging.js
add jquery.jtable.sorting.js
add jquery.jtable.dynamiccolumns.js
-add jquery.jtable.masterchild.js
-add jquery.jtable.record-actions.js
\ No newline at end of file +add jquery.jtable.masterchild.js
\ No newline at end of file diff --git a/dev/jquery.jtable.record-actions.js b/lib/extensions/jquery.jtable.record-actions.js index 8b7d695..cc9da7f 100644 --- a/dev/jquery.jtable.record-actions.js +++ b/lib/extensions/jquery.jtable.record-actions.js @@ -16,8 +16,7 @@ * OVERRIDED METHODS * *************************************************************************/ - - /* Overrides base method to create sorting array. + /* Overrides base method to create record-actions field type. *************************************************************************/ _initializeFields: function () { base._initializeFields.apply(this, arguments); @@ -74,7 +73,7 @@ }); }); }, - + /************************************************************************ * PRIVATE METHODS * *************************************************************************/ |