Checkbox should wrapped with labels

This commit is contained in:
2016-02-22 07:53:59 +08:00
parent e2cda7ca2c
commit 7be076461a
9 changed files with 133 additions and 104 deletions

View File

@@ -0,0 +1,8 @@
/** @type {object} */
Astro.Blog.AstroEdit.SmartInput.Definition = {};
/** @type {String} */
Astro.Blog.AstroEdit.SmartInput.Definition.desc;
/** @type {String} */
Astro.Blog.AstroEdit.SmartInput.Definition.module;
/** @type {object} */
Astro.Blog.AstroEdit.SmartInput.Definition.option;

View File

@@ -0,0 +1,2 @@
/** @type {Object} */
Astro.Blog.AstroEdit.SmartInput = {};