Skip to content

Commit 92072a0

Browse files
committed
chore() add use strict to module
1 parent 3491f82 commit 92072a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/angular-pnotify.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
(function(){
22

3+
'use strict';
4+
35
angular.module('jlareau.pnotify', [])
46

57
.provider('notificationService', [ function() {

0 commit comments

Comments
 (0)