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
@@ -3,7 +3,7 @@
// Definitions by: https://github.com/anwarjaved
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../jquery/jquery-1.8.d.ts"/>
/// <reference path="../jquery/jquery-1.9.d.ts"/>
/// <reference path="../jqueryui/jqueryui-1.9.d.ts"/>
interface TimePickerHour {
+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.timepicker-0.3.d.ts"/>
var beforeShowCallback, onSelectCallback, onCloseCallback, onHourShow, onMinuteShow;