Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Update src/model/schema.js doclet.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator authored Jul 16, 2019
1 parent 5709d82 commit a90e102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@ export class SchemaContext {
* @typedef {Object} module:engine/model/schema~AttributeProperties
* @property {Boolean} [isFormatting] Indicates that the attribute should be considered as a visual formatting, like `bold`, `italic` or
* `fontSize` rather than semantic attribute (such as `src`, `listType`, etc.). For example, it is used by the "Remove format" feature.
* @property {Boolean} [copyOnEnter] Indicates that given text attribute should be copied to the next block, when enter is pressed.
* @property {Boolean} [copyOnEnter] Indicates that given text attribute should be copied to the next block when enter is pressed.
*/

function compileBaseItemRule( sourceItemRules, itemName ) {
Expand Down

0 comments on commit a90e102

Please sign in to comment.