18734 Commits
Author SHA1 Message Date
Diullei Gomes 496a1a3dfe Merge pull request #290 from async7/master
Add Language Customization Defintions
2013-02-15 13:36:58 -08:00
Sean Hill 04517266de Add definitions for moment language customizations per issue #182. 2013-02-15 15:27:12 -06:00
Sean Hill dfb53f86ec humanizeDuration is not in the definition file, so compilation fails.
Removing these since humanizeDuration has been deprecated/removed.
See https://github.com/timrwood/moment/pull/572
2013-02-15 14:49:12 -06:00
Diullei Gomes e03eb195a1 Merge pull request #289 from async7/master
Updates to JQuery and Mustache Definitions
2013-02-15 11:57:13 -08:00
Sean Hill 4c5cf3c4b0 Allow MustacheWriter to be called as a function with the view as the parameter.
For example, the documentation for Mustache.js shows the following:
var compiledTemplate = Mustache.compile(stringTemplate);
var templateOutput = compiledTemplate(templateData);
2013-02-15 13:30:45 -06:00
Sean Hill 987e000332 Add definition for selector property. 2013-02-15 13:09:07 -06:00
Boris Yankov 80d091e3de Merge pull request #288 from smithkl42/master
Added support for noVNC
2013-02-15 10:43:09 -08:00
Ken Smith 0a110d3777 Added definitions for noVNC (https://github.com/kanaka/noVNC) 2013-02-15 09:55:02 -08:00
Diullei Gomes 24dcdc3db0 Merge pull request #286 from Steve-Fenton/patch-4
Update highcharts/highcharts.d.ts
2013-02-15 05:27:12 -08:00
Steve Fenton fc82069dab Update highcharts/highcharts.d.ts
Re-submission of yAxis change, to match Highcharts documentation.
2013-02-15 13:24:07 +00:00
Diullei Gomes 4ca9cee2e3 Merge pull request #285 from Steve-Fenton/patch-5
Update highcharts/highcharts.d.ts
2013-02-15 04:47:05 -08:00
Steve Fenton c0f43e1521 Update highcharts/highcharts.d.ts
The documentation for the xAxis: http://api.highcharts.com/highcharts#xAxis

Suggests the same for the xAxis options - it is an object not an array.
2013-02-15 10:01:23 +00:00
Diullei Gomes 1a45045db4 Merge pull request #283 from Novaleaf/8774102c60d6173f7aa88bd42e1bad40a71a5607
well try again with the pull request....
2013-02-14 20:28:00 -08:00
Jason Swearingen 8774102c60 Merge remote-tracking branch 'upstream/master'
Conflicts:
	jquery/jquery.d.ts
2013-02-15 09:21:12 +07:00
Diullei Gomes fcdcfa03fb Merge pull request #280 from Diullei/master
Updated jquery.bbq definitions
2013-02-14 16:45:43 -08:00
Diullei Gomes 6890431289 updated jquery.bbq definitions. Added jquery.bbq test file 2013-02-14 22:37:51 -02:00
Diullei Gomes 122329419b updated jquery definition 2013-02-14 22:36:00 -02:00
Diullei Gomes bb42f2fa86 Merge pull request #279 from blittle/master
Restify TypeScript Defintion
2013-02-14 14:44:54 -08:00
Bret Little baa2dc5651 Finish restify typescript definition including its server and client api 2013-02-14 13:46:32 -07:00
Diullei Gomes 422a6494e4 Merge pull request #278 from nestalk/master
Update d3 definition
2013-02-14 12:23:24 -08:00
Neil Stalker a259b8ee66 Update d3 definition 2013-02-14 19:57:14 +00:00
Jason Swearingen a46ab6bb93 minor fixes+typings, mostly adding documentation
angularjs: docs around first page tutorials
jquery: fix for known lib.d.ts big
knockback: add typing for observable based on tutorial, add docs around
observable.
2013-02-14 18:34:00 +07:00
Diullei Gomes 7acebd77bb Merge pull request #276 from Diullei/master
Added qunit documentation to be used with Visual Studio intellisense .
2013-02-13 18:15:57 -08:00
Diullei Gomes 4651ce7843 Added qunit documentation to facilitate Visual Studio intellisense. 2013-02-14 00:12:55 -02:00
Diullei Gomes efc59fe147 Merge pull request #275 from nestalk/master
Update d3 definition
2013-02-13 15:35:03 -08:00
Diullei Gomes 1c3002e3ef Merge pull request #267 from Diullei/master
Type definitions for express 3.1
2013-02-13 15:24:08 -08:00
Diullei Gomes 8a17feb7d8 express definitions updated. 2013-02-13 21:17:02 -02:00
Neil Stalker 673cc322dd Update d3 definition 2013-02-13 22:50:17 +00:00
Boris Yankov 97f75b9629 Merge pull request #274 from tasoili/master
I've updated some return types to match the jQuery spec
2013-02-13 14:21:17 -08:00
Boris Yankov 78b38752fe Merge pull request #270 from michaelgmiller/master
Make require.js variable declartions ambient
2013-02-13 13:39:35 -08:00
Diullei Gomes 8afed8392f Merge pull request #271 from tasoili/3d17d566c17339e4c8c4368f5a371bb0ed5f6508
Here's some extra calls to .each for returning specific return types
2013-02-13 09:21:51 -08:00
Diullei Gomes 8f8b04954d Merge pull request #273 from vbortone/feature/videojs
Cleanup bad merge artifacts in videojs
2013-02-13 09:08:28 -08:00
Vincent Bortone c053830ef1 Cleanup bad merge artifacts in videojs 2013-02-13 11:59:05 -05:00
Jason Swearingen 1886a6ca66 add interface+docs around resource factory
re following official "Wire up a BAckend" demo:
http://angularjs.org/#mongolab-js
2013-02-13 13:27:06 +07:00
Bret Little 204569719e Add restify definition 2013-02-12 22:08:16 -07:00
Tass Iliopoulos 39dce4b277 Added specific returns to .css 2013-02-13 14:56:58 +11:00
Tass Iliopoulos d2a6fbd6a1 .prop(propertyName) returns a string 2013-02-13 14:55:45 +11:00
Tass Iliopoulos 3d17d566c1 Added some specific return types to .each 2013-02-13 14:54:03 +11:00
Michael Miller e5810509e7 Make require.js variable declarations ambient. 2013-02-12 19:26:31 -05:00
Diullei Gomes e7d32b654f fix express 3.1 definitions to be used as a module #264 2013-02-11 11:56:36 -02:00
Diullei Gomes ae4876ab35 fix express 3.1 definitions to be used as a module #264 2013-02-11 11:51:31 -02:00
Diullei Gomes 0156e9c160 fix express 3.1 definitions to be used as a module #264 2013-02-11 11:40:53 -02:00
Diullei Gomes be07cdcd8c type definitions for express 3.1 #264 2013-02-11 11:40:50 -02:00
Boris Yankov 0dceceb3a0 Merge pull request #269 from vbortone/feature/videojs
Video JS Definition Files and Tests
2013-02-11 02:23:07 -08:00
Boris Yankov af6ea117e6 Merge pull request #266 from vladimirGI/master
jquery mobile missing methods
2013-02-11 02:22:02 -08:00
Boris Yankov 60d251a846 Merge pull request #268 from RodneyJT/master
Fixed URI constructor
2013-02-11 02:21:53 -08:00
Vincent Bortone fd73abbfdb Merge branch 'feature/videojs' of https://github.com/vbortone/DefinitelyTyped into feature/videojs
Conflicts:
	videojs/videojs-tests.ts
	videojs/videojs.d.ts
2013-02-11 02:38:57 -05:00
Vincent Bortone 3871861d4e Initial commit 2013-02-11 02:37:54 -05:00
Rodney J Thomas c67d1b1a69 Merge remote-tracking branch 'upstream/master' 2013-02-10 16:01:12 -06:00
Diullei Gomes 283e996bd2 type definitions for express 3.1 #264 2013-02-10 16:36:42 -02:00