Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yabab-dev committed Jul 29, 2016
1 parent 985c9cf commit fbe7444
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CKEditor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export declare class CKEditor implements ControlValueAccessor {
value:String;
instance:any;
change:EventEmitter<any>;
ready:EventEmitter<any>;

constructor(zone:NgZone);
ckeditorInit(config:any):void;
Expand All @@ -21,6 +22,7 @@ export declare class CKEditor implements ControlValueAccessor {
// ControlValueAccessor
writeValue(value:any):void;
onChange(_:any):void;
onTouched():void;
registerOnChange(fn:Function):void;
registerOnTouched(fn:Function):void;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-ckeditor",
"version": "1.0.4",
"version": "1.0.5",
"description": "Angular2 CKEditor component",
"main": "lib/CKEditor.js",
"typings": "./CKEditor.d.ts",
Expand Down

0 comments on commit fbe7444

Please sign in to comment.