Commit Graph
5211 Commits
Author SHA1 Message Date
Junle baca62733a Add PjaxSettings extending from JQueryAjaxSettings. 2014-06-16 02:00:21 +08:00
Junle 3487faa4ea Fix the asterisk bug and a trivial bug. 2014-06-16 01:56:47 +08:00
Junle Li 1366742ab4 Add definition and test for jquery.fn.pjax method. 2014-06-16 01:46:27 +08:00
Junle Li b5ad8ed044 Add empty jquery.pjax definition and test file. 2014-06-16 01:46:20 +08:00
Basarat Ali Syed 7ff25c8eeb expectjs fix indenting 2014-06-15 16:30:03 +10:00
Basarat Ali Syed e51d156705 Merge pull request #2340 from balrob/patch-1
Create date.format.d.ts
2014-06-15 16:04:33 +10:00
balrob 50d54a9079 Create date.format.d.ts
Definition file for date.format.js (developed by Steven Levithan - http://blog.stevenlevithan.com/archives/date-time-format)
2014-06-15 15:02:33 +12:00
Basarat Ali Syed 6ae5cb811f Merge pull request #2337 from rolandzwaga/angular
Some small additions to angular.d.ts and angular-route.d.ts
2014-06-15 12:26:34 +10:00
Roland Zwaga 1a3ff12ab3 Fixed $setValidity() signature (thanx Basarat) 2014-06-14 17:57:21 +02:00
Roland Zwaga 96e986ba0b Added $setValidity() method to IFormController.
IWindowService, IBrowserService and IRouteParamsService now all have a [key: string]: any declaration, so that code like $window['someProperty'] is allowed to compile.
2014-06-14 11:47:07 +02:00
Masahiro Wakame 2bf1727b4e Merge pull request #2334 from geirsagberg/patch-1
Declare purl as string literal
2014-06-14 14:06:00 +09:00
Geir Sagberg 17d7f5e46d Declare purl as string literal
Declare purl as string literal so we can do ´import purl = require("purl")´.
2014-06-13 13:31:26 +02:00
Basarat Ali Syed fef81a2bee Merge pull request #2294 from jseanxu/winjs
Removed references and dependencies to winrt.d.ts.
2014-06-13 20:20:59 +10:00
Bart van der Schoor c63244f8ba Merge pull request #2332 from Bartvds/def/joi
updated Joi to v4.6.0
2014-06-13 05:32:31 +02:00
Bart van der Schoor b819b3f8bb Merge pull request #2331 from Bartvds/def/parsimmon
updated Parsimmon to v0.4.0
2014-06-13 05:32:25 +02:00
Bart van der Schoor a1fb03f3b6 updated Joi to v4.6.0 2014-06-13 04:46:01 +02:00
Bart van der Schoor 9668910c1a updated parsimmon to v0.4.0 2014-06-13 02:24:32 +02:00
vvakame e9be9177f6 remove not required .tscparams 2014-06-12 18:36:47 +09:00
Masahiro Wakame 1770632c10 Merge pull request #2321 from hjellek/AddMixpanel
Added Mixpanel definition.
2014-06-12 17:37:17 +09:00
Knut Eirik Leira Hjelle 32c78eedd8 Added contribution entry. 2014-06-12 10:28:18 +02:00
John Reilly 8e59eadde1 Merge pull request #2324 from noxhoej/master
Add responseJSON attribute to JQueryXHR
2014-06-12 09:25:43 +01:00
Knut Eirik Leira Hjelle ddf90b4d81 Changed definition to interfaces, added global var mixpanel. 2014-06-12 10:24:36 +02:00
Masahiro Wakame c2d3aa4da9 Merge pull request #2315 from danrspencer/master
Changed .reply definition to allow objects as for body parameter
2014-06-12 16:46:46 +09:00
Masahiro Wakame cb954b23ef Merge pull request #2313 from michelsalib/xml2js
Add xml2js definition
2014-06-12 16:43:55 +09:00
Masahiro Wakame 5af91d302f Merge pull request #2312 from michelsalib/q
Adding denodeify definition for Q
2014-06-12 16:43:00 +09:00
Masahiro Wakame ed31fdf08a Merge pull request #2310 from clement911/patch-1
Fix for ix.js groupBy method definition
2014-06-12 16:40:07 +09:00
Masahiro Wakame ff4d52f8ed Merge pull request #2285 from bayitajesi/master
Changes to jquery.dynatree definitions
2014-06-12 16:31:38 +09:00
Masahiro Wakame 5302dd2bbc Merge pull request #2264 from CyberFoxHax/patch-2
Generics
2014-06-12 16:17:11 +09:00
Masahiro Wakame 27119fe948 Merge pull request #2263 from slozier/patch-1
Update SlickGrid.d.ts
2014-06-12 16:14:07 +09:00
Nicholas Oxh 73e8a6b08e Update jquery.d.ts
Make responseJSON optional, since it is only present on jqXHR if the Content-Type of the response is "application/json".
Since responseJSON is an "output" parameter on jqXHR, I don't think it makes any functional difference, if it is marked as optional or not, but logically it probably makes more sense...
2014-06-12 07:06:12 +02:00
Nicholas Oxh 1555e36253 Update jquery-tests.ts
Fix spelling...
2014-06-11 16:35:24 +02:00
noxhj 7643a269b2 Add responseJSON attribute to JQueryXHR 2014-06-11 13:01:26 +02:00
Knut Eirik Leira Hjelle 49730a14da Merge remote-tracking branch 'upstream/master' into AddMixpanel 2014-06-11 09:47:37 +02:00
Knut Eirik Leira Hjelle 1a1301e6d2 Added Mixpanel definition. 2014-06-11 09:41:33 +02:00
Basarat Ali Syed 4c09ca98bb Merge pull request #2320 from Ch0bits/patch-2
Added support for Google Chrome Notification API
2014-06-11 14:02:39 +10:00
Vadim Safiullin 1864331698 Added support for Google Chrome Notification API
API described at https://developer.chrome.com/extensions/notifications
2014-06-11 02:07:39 +04:00
John Reilly 4350242d4d Merge pull request #2317 from bayitajesi/bootstrap-v3-datetimepicker
Adding type definitions for bootstrap-datetimepicker for bootstrap v3
2014-06-10 20:45:02 +01:00
Jesica Fera 5d678c6a5b Adding type definitions for bootstrap-datetimepicker for bootstrap v3 2014-06-10 16:38:06 -03:00
Dan Spencer 86146879bd Changed .reply definition to allow objects as for body parameter 2014-06-10 17:20:28 +01:00
Jesica Fera 85785cef1a Making parameter optional 2014-06-10 12:15:35 -03:00
Michel Salib 592d67eb21 Add xml2js definition 2014-06-10 17:13:54 +02:00
Michel Salib 48a2c18384 Adding denodeify definition for Q 2014-06-10 16:43:12 +02:00
clement911 bcde09c16d Fix two more groupBy method overload return types
Fix two more groupBy method overload return types
2014-06-10 19:27:58 +10:00
clement911 844eb77d82 Fix for ix.js groupBy method definition
Fix for ix.js groupBy method definition - groupBy returns an Enumerable of group instead of a single group.
2014-06-10 19:14:27 +10:00
Masahiro Wakame e713407390 Merge pull request #2306 from akanehara/fix-ws-handleUpgrade-sig
fix handleUpgrade() signature
2014-06-10 15:55:39 +09:00
Masahiro Wakame 0cf7de303c Merge pull request #2302 from jozefizso/feature_async_queue_push
Added queue.push() method overload for strongly typed queues
2014-06-10 15:47:20 +09:00
Masahiro Wakame 448a78476e Merge pull request #2301 from bczengel/amplifyjs
Amplify - Add definitions for decoders and ajaxsettings
2014-06-10 15:42:40 +09:00
Masahiro Wakame 9b9ac7302e Merge pull request #2291 from panuhorsmalahti/master
angular-ui $state.reload() definition
2014-06-10 15:10:15 +09:00
John Reilly b0ea8634fe Merge pull request #2305 from BlueSpire/durandal-2.1.0
Updated the durandal.d.ts file.
2014-06-09 17:36:07 +01:00
Rob Eisenberg a8c2421436 Fixed up the DefinitelyTyped header. 2014-06-09 12:28:47 -04:00