Commit Graph
5180 Commits
Author SHA1 Message Date
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
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
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
John Reilly d076deebeb Merge pull request #2308 from lijunle/jQuery-parseHTML
Fix jQuery.parseHTML does not recognize document
2014-06-09 15:15:12 +01:00
Junle Li d12b83f8d0 Fix jQuery.parseHTML does not recognize document
Fix #2307.
2014-06-09 21:28:09 +08:00
Atsushi Kanehara 305768698d fix handleUpgrade signature 2014-06-09 15:12:47 +09:00
Rob Eisenberg 0248f68308 Updated the durandal.d.ts file.
The file has been updated to match the official 2.1.0 release version.
2014-06-08 15:50:40 -04:00
John Reilly d2989ce35f Merge pull request #2303 from AdaskoTheBeAsT/master
Defaults for unique plugin added
2014-06-07 21:33:25 +01:00
AdaskoTheBeAsT 804723b650 Defaults for unique plugin added
Defaults for unique plugin added
2014-06-07 20:17:29 +02:00
vvakame c77a3d0cd1 fix Visual Studio + CodePoint MS932 environment 2014-06-08 01:28:13 +09:00
Jozef Izso f850214749 Added queue.push() method overload that accepts array of strongly typed objects. 2014-06-07 11:57:20 +02:00
Brian Zengel 5e1c4e156a Add definitions for decoders and ajaxsettings, further defined some instances of "Function" and "any" 2014-06-06 16:08:25 -04:00
John Reilly e315225df6 Merge pull request #2299 from martinduparc/patch-5
Project URL updated
2014-06-06 18:23:06 +01:00
Martin D. 3f402aa458 Project URL updated 2014-06-06 13:20:28 -04:00
John Reilly f9be1d7b2d Merge pull request #2298 from johnnyreilly/master
A little more JSDoc
2014-06-06 17:37:15 +01:00
John Reilly 408d13e745 A little more JSDoc 2014-06-06 17:32:31 +01:00
John Reilly 3853c8f913 Merge pull request #2297 from johnnyreilly/master
Started JSDoc based on my own usage.
2014-06-06 17:11:50 +01:00
John Reilly d165519611 Started JSDoc based on my own usage 2014-06-06 17:05:26 +01:00
Basarat Ali Syed 0c525baac5 Merge pull request #2296 from rogierschouten/master
Bugfix in async.d.ts: error parameter in callbacks is listed as string b...
2014-06-07 01:18:01 +10:00
Rogier Schouten 6cfdabc5b2 Bugfix in async.d.ts: error parameter in callbacks is listed as string but Error objects are put in. 2014-06-06 15:05:04 +02:00
John Reilly 8569dc2dc0 Merge pull request #2295 from johnnyreilly/master
A little JSDoc for angular-route.d.ts
2014-06-06 10:04:03 +01:00
John Reilly aac5085bf1 A little JSDoc for angular-route.d.ts 2014-06-06 09:53:21 +01:00
Panu Horsmalahti 14e95050b5 Add .reload() definition. Add test for it and other tests for the ng.ui.IStateService 2014-06-05 18:43:48 +03:00
John Reilly 2bd16634a1 Merge pull request #2289 from johnnyreilly/master
Moved Jasmine 1.3 into legacy folder so excluded from NuGet package
2014-06-05 12:11:29 +01:00
Igorbek 371440d698 Merge pull request #2290 from Igorbek/master
RxJS: updated to version 2.2.25
2014-06-05 13:27:23 +04:00
Igor Oleinikov 6252d27f4b Merge branch 'RxJS' 2014-06-05 13:21:49 +04:00
Igor Oleinikov 0fecabb6e0 Version bump to 2.2.25 2014-06-05 13:18:20 +04:00
John Reilly c0b6d1dbc9 Moved Jasmine 1.3 into legacy folder so excluded from NuGet package 2014-06-05 09:18:15 +01:00
Masahiro Wakame 4b64a9990d Merge pull request #2287 from horiuchi/node-addsemicolon
add semicolon
2014-06-05 16:04:59 +09:00
Horiuchi_H a176899858 add semicolon 2014-06-05 15:54:40 +09:00
Masahiro Wakame c7f2b8c5e8 Merge pull request #2265 from fivetran/google.visualization
Completed most of the charts and added tests
2014-06-05 12:00:28 +09:00
Masahiro Wakame f3fc12b3c3 Merge pull request #2286 from akonwi/master
Update MediaStream.d.ts
2014-06-05 11:48:14 +09:00