mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
replace internal module to namespace
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Matt Wheatley <https://github.com/terrawheat>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare module angular.google.analytics {
|
||||
declare namespace angular.google.analytics {
|
||||
interface AnalyticsService {
|
||||
/**
|
||||
* @summary If logging is enabled then all outbound calls are accessible via an in-memory array.
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
|
||||
/// <reference path="../angularjs/angular.d.ts" />
|
||||
|
||||
declare module angular.google.analytics {
|
||||
declare namespace angular.google.analytics {
|
||||
/**
|
||||
* @summary Interface for {@link AnalysticsProvider}.
|
||||
* @interface
|
||||
|
||||
Reference in New Issue
Block a user