Merge branch 'master' into rename-repo-url

This commit is contained in:
vvakame
2016-03-17 21:06:54 +09:00
1140 changed files with 179704 additions and 179635 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
/// <reference path="../moment/moment.d.ts" />
/// <reference path="../node/node.d.ts" />
/// <reference path="business-rules-engine.d.ts" />
declare module Validators {
declare namespace Validators {
class LettersOnlyValidator implements Validation.IStringValidator {
public isAcceptable(s: string): boolean;
public tagName: string;
+1 -1
View File
@@ -4,7 +4,7 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../node/node.d.ts" />
declare module Utils {
declare namespace Utils {
class StringFce {
static format(s: string, args: any): string;
}
+1 -1
View File
@@ -5,7 +5,7 @@
/// <reference path="../q/Q.d.ts" />
/// <reference path="../underscore/underscore.d.ts" />
declare module Validation {
declare namespace Validation {
interface IErrorCustomMessage {
(config: any, args: any): string;
}
+1 -1
View File
@@ -6,7 +6,7 @@
// Source: typings/business-rules-engine/Validation.d.ts
/// <reference path="../q/Q.d.ts" />
/// <reference path="../underscore/underscore.d.ts" />
declare module Validation {
declare namespace Validation {
interface IErrorCustomMessage {
(config: any, args: any): string;
}