ace editor, markdown editor

This commit is contained in:
life
2015-01-08 00:36:28 +08:00
parent be01c9c3f7
commit 2cfc89ca5f
1233 changed files with 24568 additions and 10275 deletions

View File

@ -825,7 +825,6 @@ define("tinymce/html/Schema", [
*/
self.isValidChild = function(name, child) {
var parent = children[name];
return !!(parent && parent[child]);
};

View File

@ -27,7 +27,7 @@ define("tinymce/html/Serializer", [
* @constructor
* @method Serializer
* @param {Object} settings Name/value settings object.
* @param {tinymce.html.Schema} schema Schema instance to use.
* @param {tinymce.html.Schema} schema Schema instance to use. schema是一些策略, 有些合法, 一些不合法的
*/
return function(settings, schema) {
var self = this, writer = new Writer(settings);