Skip to content

Commit a5082c3

Browse files
committed
chore(instance): hotfix 🐛
1 parent 9f71e14 commit a5082c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular2-notifications",
33
"typings": "./dist/index.d.ts",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"scripts": {
66
"build": "gulp build",
77
"build:watch": "gulp",

src/components/notification/notification.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export class NotificationComponent implements OnInit, OnDestroy {
225225
});
226226
}
227227

228-
private instance() {
228+
private instance = () => {
229229
const now = new Date().getTime();
230230

231231
if (this.endTime < now) {

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-notifications",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/flauc/angular2-notifications"

0 commit comments

Comments
 (0)