replace internal module to namespace

This commit is contained in:
vvakame
2016-03-17 02:18:10 +09:00
parent 2f47c75835
commit 14fe4313f4
1139 changed files with 179639 additions and 179639 deletions

View File

@@ -6,7 +6,7 @@
/// <reference path="../underscore/underscore.d.ts" />
/// <reference path="../q/Q.d.ts" />
/// <reference path="../moment/moment.d.ts" />
declare module Validation {
declare namespace Validation {
/**
* Custom message functions.
*/
@@ -159,7 +159,7 @@ declare module Validation {
public tagName: string;
}
}
declare module Validation {
declare namespace Validation {
/**
* basic error structure
*/
@@ -329,7 +329,7 @@ declare module Validation {
private traverse(node, indent);
}
}
declare module Validation {
declare namespace Validation {
/**
* @ngdoc module
* @name Validation
@@ -707,4 +707,4 @@ declare module Validation {
declare module "node-form"{
export = Validation;
}
}