浏览代码

Moved interface definition to ckeditor5-ui-default.

Piotrek Koszuliński 9 年之前
父节点
当前提交
89af3f9f41
共有 1 个文件被更改,包括 0 次插入16 次删除
  1. 0 16
      packages/ckeditor5-ui/src/bindings/stickytoolbar.js

+ 0 - 16
packages/ckeditor5-ui/src/bindings/stickytoolbar.js

@@ -28,19 +28,3 @@ export default class StickyToolbar extends Toolbar {
 		model.bind( 'isActive' ).to( editor.editables, 'current', c => !!c );
 	}
 }
-
-/**
- * The basic sticky toolbar model interface.
- *
- * @memberOf ui.stickyToolbar
- * @interface StickyToolbarModel
- */
-
-/**
- * Indicates whether the toolbar should be active. When any editable
- * is focused in the editor, toolbar becomes active.
- *
- * @readonly
- * @observable
- * @member {Boolean} ui.button.StickyToolbarModel#isActive
- */