Merge pull request #1875 from scottmcarthur/patch-2

angular.d.ts IDocumentService extends IAugmentedJQuery
This commit is contained in:
Masahiro Wakame
2014-03-19 19:42:16 +09:00
+1 -1
View File
@@ -430,7 +430,7 @@ declare module ng {
// DocumentService
// see http://docs.angularjs.org/api/ng.$document
///////////////////////////////////////////////////////////////////////////
interface IDocumentService extends Document {}
interface IDocumentService extends IAugmentedJQuery {}
///////////////////////////////////////////////////////////////////////////
// ExceptionHandlerService