Skip to content

Commit a6dfb61

Browse files
committed
moved record-actions to extensions
1 parent 3de27e9 commit a6dfb61

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

dev/jquery.jtable.build.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ add jquery.jtable.selecting.js
1010
add jquery.jtable.paging.js
1111
add jquery.jtable.sorting.js
1212
add jquery.jtable.dynamiccolumns.js
13-
add jquery.jtable.masterchild.js
14-
add jquery.jtable.record-actions.js
13+
add jquery.jtable.masterchild.js

dev/jquery.jtable.record-actions.js renamed to lib/extensions/jquery.jtable.record-actions.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
* OVERRIDED METHODS *
1717
*************************************************************************/
1818

19-
20-
/* Overrides base method to create sorting array.
19+
/* Overrides base method to create record-actions field type.
2120
*************************************************************************/
2221
_initializeFields: function () {
2322
base._initializeFields.apply(this, arguments);
@@ -74,7 +73,7 @@
7473
});
7574
});
7675
},
77-
76+
7877
/************************************************************************
7978
* PRIVATE METHODS *
8079
*************************************************************************/

0 commit comments

Comments
 (0)