Skip to content

Commit 744729f

Browse files
committed
Fixed TypeScript compile error
1 parent 6df6507 commit 744729f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/transition/transition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export class SuiTransition {
3737
this.renderer.setElementClass(this.el.nativeElement, "animating", value);
3838
}
3939

40-
private animationTimeout:number;
40+
private animationTimeout:any;
4141

4242
private _isVisible = null;
4343

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ng2-semantic-ui",
33
"main": "ng2-semantic-ui.js",
44
"typings": "ng2-semantic-ui.d.ts",
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"description": "Angular 2 Semantic UI Components",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)