Update project references to use jQuery 1.9 instead of missing 1.8 file.

This commit is contained in:
Natan Vivo
2013-01-17 12:05:06 -02:00
parent e45cc5aec1
commit c7d2934d6d
31 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
///<reference path="../jquery/jquery-1.8.d.ts" />
///<reference path="../jquery/jquery-1.9.d.ts" />
///<reference path="jquery.cookie.d.ts" />
class TestObject {
+1 -1
View File
@@ -3,7 +3,7 @@
// Definitions by: Roy Goode <https://github.com/RoyGoode/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="../jquery/jquery-1.8.d.ts" />
///<reference path="../jquery/jquery-1.9.d.ts" />
interface JQueryCookieOptions {