Commit Graph
8535 Commits
Author SHA1 Message Date
Jason Swearingen 9313bd5114 Merge pull request #1 from borisyankov/master
pulling upstream.
2015-03-10 11:31:26 -07:00
John Reilly 3b2ed809b9 Merge pull request #3823 from falsandtru/jquery-deferred
Fix trap suggestion
2015-03-09 12:57:49 +00:00
Masahiro Wakame dd99be72dc Merge pull request #3814 from rogierschouten/timezonecomplete-1.13.0
Add typings for timezonecomplete 1.13.0
2015-03-09 17:48:32 +09:00
Rogier Schouten 8ed3342f84 Removed older versions on request. 2015-03-09 08:51:46 +01:00
Masahiro Wakame 6b01db5703 Merge pull request #3829 from martinduparc/patch-1
Case change and callbacks for addIceCandidate
2015-03-09 11:24:24 +09:00
Masahiro Wakame 904805d61f Merge pull request #3827 from thgreasi/master
feat(angular-ui): add angular-ui-sortable definition
2015-03-09 11:17:09 +09:00
Masahiro Wakame cab03ff13d Merge pull request #3826 from Asana/gulp-changes
Gulp changes
2015-03-09 11:12:36 +09:00
Masahiro Wakame 3d3945fb82 Merge pull request #3824 from AdaskoTheBeAsT/master
added new definitions of functions fixed error with untyped state
2015-03-09 11:03:19 +09:00
Martin D. 5fab3bdadc Case change 2015-03-08 21:58:43 -04:00
Martin D. edc17cd1b4 Case change and callbacks for addIceCandidate 2015-03-08 21:56:09 -04:00
Masahiro Wakame a45ffabb4e Merge pull request #3822 from randombk/filesystem-fix
filesystem: Quality-of-life changes
2015-03-09 10:55:42 +09:00
Masahiro Wakame 87fa348051 Merge pull request #3821 from randombk/jssha
add: Definition and test for jsSHA
2015-03-09 10:52:37 +09:00
Masahiro Wakame 836196e3fa Merge pull request #3791 from MrDesjardins/master
Remove the need of not necessary Html Element
2015-03-09 10:45:36 +09:00
Masahiro Wakame 5acb0d8184 Merge pull request #3818 from dasa/arcgis-js-api
Add arcgis-js-api definition
2015-03-09 10:43:27 +09:00
Masahiro Wakame fc36e75e04 Merge pull request #3811 from reppners/extend
+ typings for extend including tests
2015-03-09 10:41:50 +09:00
Thodoris Greasidis 91438ca0a1 feat(angular-ui): add angular-ui-sortable definition 2015-03-08 20:30:37 +02:00
Phips Peter afdc4fb569 Adding a function for gulp-replace
Adding a function for replacing strings.
2015-03-08 10:42:04 -07:00
Phips Peter b04b6b41e1 The mocha options are optional
This was frustrating before if you wanted to use gulp mocha without
customization.
2015-03-08 10:39:42 -07:00
Phips Peter b5131a650f Merge branch 'master' of github.com:borisyankov/DefinitelyTyped 2015-03-07 14:18:45 -08:00
Adam Pluciński 4f28dbebbb added new definitions of functions fixed error with untyped state
added new definitions of functions fixed error with untyped state
2015-03-07 19:02:20 +01:00
falsandtru 1dc67b231b Fix type definition 2015-03-07 17:01:00 +09:00
falsandtru 3af6e3b8df Fix type definition 2015-03-07 17:00:45 +09:00
falsandtru bb9b1b0761 Improve test codes 2015-03-07 16:10:07 +09:00
David Li f6229f0cf4 filesystem: Quality-of-life changes
Certain methods always return a specific Entry type. Define more
  specific callbacks so that typescript can infer when an Entry is
  a DirectoryEntry or FileEntry, removing the need to explicitly
  state the type in certain callbacks.

  Existing code using this definition should not be broken as a
  result of this change.

Signed-off-by: David Li <jiawei.davidli@gmail.com>
2015-03-07 01:55:44 -05:00
falsandtru 817bbaddc0 Fix trap suggestion 2015-03-07 15:42:38 +09:00
David Li 85f3a51046 add: Definition and test for jsSHA
Definition and test files for the jsSHA library at
  <https://github.com/Caligatio/jsSHA>

Signed-off-by: David Li <jiawei.davidli@gmail.com>
2015-03-07 01:05:04 -05:00
Dasa Paddock f58abd0e2a Add arcgis-js-api definition 2015-03-06 10:41:14 -08:00
reppners ef2e01a189 + fixed mistaken type definition description 2015-03-06 19:33:13 +01:00
John Reilly fa20411dd5 Merge pull request #3816 from falsandtru/jquery-deferred
Fix deferred object type mismatch
2015-03-06 17:26:59 +00:00
Masahiro Wakame d86cc6ca03 Merge pull request #3817 from klexas/patch-2
Updating the TODO on the chartResetButton
2015-03-07 00:48:01 +09:00
Masahiro Wakame 7926f2d6f8 Merge pull request #3815 from rasch/angular.animate
add angular $animate.animate declaration
2015-03-07 00:45:22 +09:00
Masahiro Wakame 0efaa456b1 Merge pull request #3810 from reppners/js-data
+ update of definitions to make use of union types
2015-03-07 00:34:03 +09:00
Masahiro Wakame 26b4f3a4a7 Merge pull request #3808 from bluong/symbol
[D3] - Symbol size/type API take in accessor functions
2015-03-07 00:10:27 +09:00
Masahiro Wakame fc60af0917 Merge pull request #3806 from nikeee/patch-1
Made keepEmptyLines optional
2015-03-07 00:05:50 +09:00
Masahiro Wakame 2191a11c27 Merge pull request #3805 from mikebaz/master
add missing axis parameter to flot tickFormatter
2015-03-07 00:04:18 +09:00
Adam Robins 402f9a0411 Updating the TODO on the chartResetButton
Ran into this issue today, not having a strongly defined theme for the reset zoom button. 
Didn't go any further than the first level as the states are branches of HTML elements which are not highcharts specific.
2015-03-06 14:54:03 +00:00
falsandtru eba07e9941 Fix definition 2015-03-06 23:49:30 +09:00
Masahiro Wakame 9585a3b741 Merge pull request #3803 from B4dM4n/chrome_runtime_disconnect
Update chrome.runtime
2015-03-06 23:37:32 +09:00
Masahiro Wakame 1aadebcfa3 Merge pull request #3802 from marcinporebski/master
ini module def.
2015-03-06 23:31:46 +09:00
Masahiro Wakame 1840eef1af Merge pull request #3801 from kanreisa/feature/png-async
add png-async definition
2015-03-06 23:29:06 +09:00
falsandtru d7dcca44c6 Fix generic type 2015-03-06 22:37:21 +09:00
falsandtru 4d20188700 Fix return type 2015-03-06 22:29:38 +09:00
falsandtru ebcec4e3d9 Fix error 2015-03-06 22:26:12 +09:00
Raphael Schweizer a6625f5962 add angular $animate.animate declaration 2015-03-06 13:07:51 +01:00
Rogier Schouten aa21953885 Add typings for timezonecomplete 1.13.0 2015-03-06 10:13:22 +01:00
reppners 81b7aef410 + typings for extend including tests 2015-03-06 09:10:15 +01:00
reppners e26a0474bd + update of definitions to make use of union types 2015-03-06 08:23:21 +01:00
Brandon Luong 55fd327d6b symbol API takes in accessor 2015-03-05 19:37:54 -08:00
bluong 7a917c9b8a Merge pull request #6 from borisyankov/master
Update fork
2015-03-05 19:35:06 -08:00
Niklas Mollenhauer 84d54cedba Made keepEmptyLines optional
If one decides to only use something of `TransformOptions` (e.g. `encoding`), it wouldn't be possible to omit the `keepEmptyLines` option.
2015-03-05 23:03:57 +01:00