Update jquery.ui.datetimepicker.d.ts

Updated reference to other d.ts (these were different for me locally)
This commit is contained in:
dougajmcdonald
2014-03-11 14:11:59 +00:00
parent a4cd5294d4
commit 042cf083ff
+2 -2
View File
@@ -4,8 +4,8 @@
// Definitions by: https://github.com/dougajmcdonald
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="jquery.d.ts"/>
/// <reference path="jqueryui.d.ts"/>
/// <reference path="../jquery/jquery.d.ts"/>
/// <reference path="../jqueryui/jqueryui.d.ts"/>
interface DateTimePickerOptions extends JQueryUI.DatepickerOptions {