打包发布最新功能

This commit is contained in:
life
2015-01-08 22:08:09 +08:00
parent c514d0bc1c
commit 9515f1e58f
17 changed files with 83 additions and 29 deletions

View File

@ -116,4 +116,4 @@
writeScripts();
})(this);
// $hash: cc4206b9f467adfd42760ee5a6c3606f
// $hash: 03d011b56beb69dc9e64484e888e2704

View File

@ -1831,7 +1831,7 @@ define("tinymce/tableplugin/Plugin", [
function insertTable(cols, rows) {
var y, x, html;
html = '<table style="width: 100%"><tbody>';
html = '<table><tbody>';
for (y = 0; y < rows; y++) {
html += '<tr>';

File diff suppressed because one or more lines are too long