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
@@ -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 JNotifyInitOptions {
oneAtTime?: bool;
+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.jnotify-1.0.d.ts'/>
$(document).ready(function () {