Skip to content

Commit 9de9cd6

Browse files
committed
style(): added missing semi-colons
1 parent c489d25 commit 9de9cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/angular-pnotify.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
}
2626

2727
return hash;
28-
}
28+
};
2929

3030
this.setDefaults = function(defaults) {
31-
settings = defaults
31+
settings = defaults;
3232
return this;
3333
};
3434

0 commit comments

Comments
 (0)