Skip to content

Commit

Permalink
set no defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
imyelo committed Jan 21, 2014
1 parent adb6cae commit 9c4ddad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/modules/views/publish/Publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ define(function (require, exports, module) {
self._insertContent('[b]' + text + '[/b]');
}
}
}, '加粗', ['yamie', '我加~'], '');
}, '加粗', ['yamie', '我加~'], ' ');
},
'singleTap .action-delete': function () {
var self = this;
Expand All @@ -149,7 +149,7 @@ define(function (require, exports, module) {
self._insertContent('[del]' + text + '[/del]');
}
}
}, '删除线', ['yamie', '我删~'], '');
}, '删除线', ['yamie', '我删~'], ' ');
},
'singleTap .action-emotion': function () {
this.$el.find('input, textarea').blur();
Expand Down

0 comments on commit 9c4ddad

Please sign in to comment.