Update reference paths

This commit is contained in:
Boris Yankov
2012-11-19 01:28:08 +02:00
parent 0244e7f9a3
commit 7c82efb17a
56 changed files with 74 additions and 72 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="jquery-1.8.d.ts"/>
/// <reference path="../jquery/jquery-1.8.d.ts"/>
interface ModalOptions {
backdrop?: bool;
+2 -2
View File
@@ -1,5 +1,5 @@
/// <reference path="../Definitions/jquery-1.8.d.ts" />
/// <reference path="../Definitions/bootstrap-2.1.d.ts" />
/// <reference path="../jquery/jquery-1.8.d.ts" />
/// <reference path="bootstrap-2.1.d.ts" />
$('body').off('.data-api');
$('body').off('.alert.data-api');