angular.d.ts IDocumentService extends IAugmentedJQuery

Updated IDocumentService to extend IAugmentedJQuery rather than Document. As per the API (http://docs.angularjs.org/api/ng.$document) it provides "A jQuery or jqLite wrapper for the browser's window.document object."
This commit is contained in:
Scott McArthur
2014-03-18 22:36:53 +00:00
parent 429cfd875e
commit b6a08def3b

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