summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorİsmail ÇAGDAŞ <ismailcagdas@gmail.com>2017-03-29 14:36:42 +0300
committerİsmail ÇAGDAŞ <ismailcagdas@gmail.com>2017-03-29 14:36:42 +0300
commita6dfb616d6c0e1fd4502e47bf2c0c6d4342efdb9 (patch)
tree22793d4cbaebb42e991c7f9a81b3902b98dca0b5
parent3de27e946a5de34d4a00bc27550c01317dc9a515 (diff)
downloadjtable-a6dfb616d6c0e1fd4502e47bf2c0c6d4342efdb9.zip
jtable-a6dfb616d6c0e1fd4502e47bf2c0c6d4342efdb9.tar.gz
jtable-a6dfb616d6c0e1fd4502e47bf2c0c6d4342efdb9.tar.bz2
moved record-actions to extensions
-rw-r--r--dev/jquery.jtable.build.txt3
-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 *
*************************************************************************/