Update angular-notify.d.ts

This commit is contained in:
Basarat Ali Syed
2015-03-12 11:36:33 +11:00
parent 60cc15229a
commit f3221653d3
+2 -2
View File
@@ -5,7 +5,7 @@
///<reference path="../angularjs/angular.d.ts" />
declare module ng.cgNotify {
declare module angular.cgNotify {
interface INotifyService {
@@ -113,4 +113,4 @@ declare module ng.cgNotify {
*/
close():void;
}
}
}