mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
References in tests updated
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="../Definitions/backbone.d.ts" />
|
||||
/// <reference path="../Definitions/backbone-0.9.d.ts" />
|
||||
|
||||
declare var _, $;
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/// <reference path="../Definitions/jquery.d.ts" />
|
||||
/// <reference path="../Definitions/bootstrap.d.ts" />
|
||||
/// <reference path="../Definitions/jquery-1.8.d.ts" />
|
||||
/// <reference path="../Definitions/bootstrap-2.1.d.ts" />
|
||||
|
||||
$('body').off('.data-api');
|
||||
$('body').off('.alert.data-api');
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference path="../Definitions/history.d.ts" />
|
||||
/// <reference path="../Definitions/history-1.7.d.ts" />
|
||||
|
||||
if (!History.enabled) {
|
||||
return false;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference path="../Definitions/modernizr.d.ts" />
|
||||
/// <reference path="../Definitions/modernizr-2.6.d.ts" />
|
||||
|
||||
declare var $: any;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference path="../Definitions/mustache.d.ts" />
|
||||
/// <reference path="../Definitions/mustache-0.7.d.ts" />
|
||||
|
||||
var view = { title: "Joe", calc: function () { return 2 + 4; } };
|
||||
var output = Mustache.render("{{title}} spends {{calc}}", view);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference path="../Definitions/underscore.d.ts" />
|
||||
/// <reference path="../Definitions/underscore-1.4.d.ts" />
|
||||
|
||||
declare var $;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user