mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Update project references to use jQuery 1.9 instead of missing 1.8 file.
This commit is contained in:
Vendored
+1
-1
@@ -4,7 +4,7 @@
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
|
||||
/// <reference path="../jquery/jquery-1.8.d.ts"/>
|
||||
/// <reference path="../jquery/jquery-1.9.d.ts"/>
|
||||
|
||||
interface Select2QueryOptions {
|
||||
term?: string;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference path="../jquery/jquery-1.8.d.ts" />
|
||||
/// <reference path="../jquery/jquery-1.9.d.ts" />
|
||||
/// <reference path="select2-3.2.d.ts" />
|
||||
|
||||
$("#e9").select2();
|
||||
|
||||
Reference in New Issue
Block a user