summaryrefslogtreecommitdiffstats
path: root/dev/jquery.jtable.core.js
diff options
context:
space:
mode:
authorHalil İbrahim Kalkan <hikalkan@gmail.com>2013-01-17 21:56:25 +0200
committerHalil İbrahim Kalkan <hikalkan@gmail.com>2013-01-17 21:56:25 +0200
commitf5d582f795149e4a1555ecaf858cfc40d5484770 (patch)
tree47e13ba5a9242833cc533805bb923c9c1f91e6db /dev/jquery.jtable.core.js
parent17df83e7d9b6846f7ee0b44381c02b5043e68330 (diff)
downloadjtable-f5d582f795149e4a1555ecaf858cfc40d5484770.zip
jtable-f5d582f795149e4a1555ecaf858cfc40d5484770.tar.gz
jtable-f5d582f795149e4a1555ecaf858cfc40d5484770.tar.bz2
jTable v2.0.1
Diffstat (limited to 'dev/jquery.jtable.core.js')
-rw-r--r--dev/jquery.jtable.core.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/jquery.jtable.core.js b/dev/jquery.jtable.core.js
index 6e5a091..0e3b80c 100644
--- a/dev/jquery.jtable.core.js
+++ b/dev/jquery.jtable.core.js
@@ -425,7 +425,7 @@
_createCellForRecordField: function (record, fieldName) {
return $('<td></td>')
.addClass(this.options.fields[fieldName].listClass)
- .append((this._getDisplayTextForRecordField(record, fieldName) || ''));
+ .append((this._getDisplayTextForRecordField(record, fieldName)));
},
/* Adds a list of records to the table.