Commit e6868f77 authored by techird's avatar techird

无文本是返回 null

parent c88ca277
......@@ -138,7 +138,7 @@ define(function(require, exports, module) {
* @return {String}
*/
getText: function() {
return this.data.text || '';
return this.data.text || null;
},
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment