mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
replace internal module to namespace
This commit is contained in:
8
node-form/node-form.d.ts
vendored
8
node-form/node-form.d.ts
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user