Skip to content

Commit fd07c37

Browse files
committed
Merge pull request #116 from maxdow/patch-1
Correction in comment
2 parents 2fbafb7 + f47a072 commit fd07c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toaster.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ angular.module('toaster', ['ngAnimate'])
3535
//'fade-out': 1000, // done in css
3636
//'on-fade-out': undefined, // not implemented
3737
//'extended-time-out': 1000, // not implemented
38-
'time-out': 5000, // Set timeOut and extendedTimeout to 0 to make it sticky
38+
'time-out': 5000, // Set timeout to 0 to make it sticky
3939
'icon-classes': {
4040
error: 'toast-error',
4141
info: 'toast-info',
@@ -370,4 +370,4 @@ function ($parse, $rootScope, $interval, $sce, toasterConfig, toaster, toasterEv
370370
'</div>'
371371
};
372372
}]);
373-
})(window, document);
373+
})(window, document);

0 commit comments

Comments
 (0)