retype q.d.ts to Q.d.ts

This commit is contained in:
rsamec 2014-08-20 12:48:20 +02:00
parent ecfdf2e7d3
commit fde53d67c1
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../underscore/underscore.d.ts" />
/// <reference path="../q/q.d.ts" />
/// <reference path="../q/Q.d.ts" />
/// <reference path="../moment/moment.d.ts" />
/// <reference path="../node/node.d.ts" />
/// <reference path="business-rules-engine.d.ts" />

View File

@ -3,7 +3,7 @@
// Definitions by: Roman Samec <https://github.com/rsamec>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../q/q.d.ts" />
/// <reference path="../q/Q.d.ts" />
/// <reference path="../underscore/underscore.d.ts" />
declare module Validation {
interface IErrorCustomMessage {

View File

@ -4,7 +4,7 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// Source: typings/business-rules-engine/Validation.d.ts
/// <reference path="../q/q.d.ts" />
/// <reference path="../q/Q.d.ts" />
/// <reference path="../underscore/underscore.d.ts" />
declare module Validation {
interface IErrorCustomMessage {