Tim Klingeleers
ce9e9dc11a
Update jquery.address.d.ts
...
Added the complete jQuery address API to the definition file. Reordered them to be consistent with the documentation (http://www.asual.com/jquery/address/docs/ ) and included the same documentation in the code (for use with Visual Studio for example).
Also fixed the existing methods where return types in the definition file were incorrect. For example: method chaining was not supported.
2014-07-03 12:08:26 +02:00
Basarat Ali Syed
44d5884de3
Merge pull request #2452 from liorm/mongodb-index-binary
...
MongoDB Binary object and index overloads.
2014-07-03 19:51:43 +10:00
Lior Mualem
150bb126d3
Added createIndex and ensureIndex overloads to mongodb.Collection.
2014-07-03 10:04:28 +03:00
Lior Mualem
423febb7d5
Added Binary class to mongodb.
2014-07-03 10:04:28 +03:00
Basarat Ali Syed
3457dff27d
Merge pull request #2438 from StuartMoore/master
...
Corrected the microsoft-ajax PageLoadingEventArgs class.
2014-07-03 12:45:12 +10:00
Basarat Ali Syed
b7f0c09cdc
Merge pull request #2448 from pelotom/multi-scale-time-formats
...
Add multi-scale time format method
2014-07-03 12:42:39 +10:00
Basarat Ali Syed
8c220b0fbf
Merge pull request #2449 from darkthread/master
...
Fix indentation (replace tab with spaces)
2014-07-03 11:43:25 +10:00
Jeffrey Lee
844147f9a3
Fix indentation (replace tab with spaces)
2014-07-03 08:44:02 +08:00
Basarat Ali Syed
4de305459e
Merge pull request #2442 from darkthread/master
...
Add jquery.blockUI definition
2014-07-03 10:38:40 +10:00
Basarat Ali Syed
a9de1afa3e
Merge pull request #2420 from talk4date/ihttppromisefix
...
AngularJS Binding: Changed order of IHttpPromise.then for promise chaining
2014-07-03 10:30:57 +10:00
Jeffrey Lee
d1e824b45d
Fix wrong tile (embarrassed) and add some comments
2014-07-03 08:26:07 +08:00
Tom Crockett
4e3c8af9e0
Add URL to example from which testcase is drawn
2014-07-02 15:06:15 -07:00
Tom Crockett
e4ad51734d
Add multi-scale time format method
2014-07-02 15:02:39 -07:00
Herbert Poul
e839251ce9
Changed order of IHttpPromise.then for promise chaining
...
previously the following code resulted in tmp beeing of type:
ng.IPromise<ng.IPromise<{}>> but it should be just ng.IPromise<{}>:
var tmp = this.$http.get('').then((result) => this.$q.defer().promise);
2014-07-02 18:17:13 +02:00
John Reilly
70c5d14922
Merge pull request #2445 from johnnyreilly/master
...
AngularJS: Bit more JSDoc
2014-07-02 14:25:20 +01:00
Basarat Ali Syed
ca0287488c
Merge pull request #2309 from johnnycrab/master
...
node.js crypto: Changed HMAC and Hash params to `any`
2014-07-02 23:09:00 +10:00
John Reilly
5688be06cc
AngularJS: Bit more JSDoc
...
And corrected parameter name
2014-07-02 14:04:31 +01:00
Basarat Ali Syed
79d4a74c6b
Merge pull request #2419 from Mardaneus86/patch-1
...
Added baseUrl method to Jquery Address
2014-07-02 22:59:36 +10:00
Basarat Ali Syed
914c8158bf
Merge pull request #2441 from kenkouot/ember-registerBoundHelper
...
EmberJS: make dependentKeys in registerBoundHelper optional
2014-07-02 22:53:33 +10:00
Bart van der Schoor
b75ed1fbc8
Merge pull request #2443 from craigstjean/master
...
Add sample link to dojo README.md
2014-07-02 14:50:29 +02:00
John Reilly
fba318ff91
Merge pull request #2444 from johnnyreilly/master
...
AngularJS: Some JSDoc love
2014-07-02 13:48:43 +01:00
Basarat Ali Syed
709d2514e5
Merge pull request #2402 from spencerwi/master
...
Add definition for angular ngMock's IIntervalService#flush
2014-07-02 22:43:54 +10:00
John Reilly
0beed153ed
AngularJS: Some JSDoc love
2014-07-02 13:43:43 +01:00
Craig St. Jean
31e9896dbd
Add sample link to dojo README.md
2014-07-01 22:59:32 -04:00
Jeffrey Lee
731e28d3bd
for Travis CI Test
2014-07-02 09:14:52 +08:00
Jeffrey Lee
fe41b08965
Add reference to jquery.blockUI-tests
2014-07-02 09:06:03 +08:00
Jeffrey Lee
fd687b0c15
Add jquery.blockUI definition
2014-07-02 08:49:52 +08:00
Kenneth Kouot
10b861d5c0
make dependentKeys in registerBoundHelper optional
2014-07-01 17:16:16 -07:00
Bart van der Schoor
39a4a0f60a
Merge pull request #2440 from vansimke/master
...
added dojo type definitions
2014-07-02 01:06:25 +02:00
Bart van der Schoor
2f6b7fa3ec
Merge pull request #2439 from Bartvds/runner/external
...
Deploy externalised tester
2014-07-01 22:56:11 +02:00
Bart van der Schoor
c077ee30b5
link definition-tester to npm package
2014-07-01 21:44:43 +02:00
Bart van der Schoor
967e9c865f
removed runner code from repos
...
linked to definition-tester on github
2014-07-01 21:44:29 +02:00
Mike Van Sickle
8f92a3cb39
re-add dojo files
2014-07-01 12:48:04 -04:00
Mike Van Sickle
22a1b82816
delete dojo
2014-07-01 12:47:22 -04:00
Mike Van Sickle
73e5f8d5f2
add dojo type definitions
2014-07-01 12:36:00 -04:00
Stuart Moore
51dd52165b
Corrected the microsoft-ajax PageLoadingEventArgs class.
...
Note that although the documentation sometimes incorrectly refers to get_panelsDeleted() - e.g. on http://msdn.microsoft.com/en-us/library/bb397684%28v=vs.100%29.aspx - the actual function is get_panelsDeleting() - see http://msdn.microsoft.com/en-us/library/bb310960%28v=vs.100%29.aspx
2014-07-01 17:31:44 +01:00
Basarat Ali Syed
b40258ccaa
Merge pull request #2401 from y-asaba/flot_borderwidth_fix
...
flot: fixed type for gridOptions.borderWidth
2014-07-01 23:46:04 +10:00
Basarat Ali Syed
0696acb651
Merge pull request #2436 from borisyankov/def/jasmine
...
Update jasmine.d.ts
2014-07-01 23:24:27 +10:00
Basarat Ali Syed
0d74fcc01a
Update jasmine.d.ts
...
`dddescribe`/`iit` are not a part of jasmine standard lib.
2014-07-01 23:20:36 +10:00
Basarat Ali Syed
56911d3cee
Update jasmine-1.3.d.ts
2014-07-01 23:07:36 +10:00
Basarat Ali Syed
d229d3ccc2
Merge pull request #2413 from apuchkov/master
...
Add missing ddescribe and iit definitions
2014-07-01 23:06:25 +10:00
Basarat Ali Syed
14b38f5b21
Merge pull request #2400 from Nimrodxx/master
...
Update jquerymobile.d.ts and jquery.d.ts
2014-07-01 23:02:06 +10:00
Basarat Ali Syed
0196e4abf5
Merge pull request #2395 from anthonychu/master
...
Add _.xor to Lodash #2377
2014-07-01 22:57:16 +10:00
Basarat Ali Syed
3c26df13c4
Merge pull request #2430 from borisyankov/def/es6promise
...
feat(es6-promises) added `import/require` support + tests
2014-06-29 16:55:09 +10:00
basarat
23fc42b8a0
feat(es6-promises) added import/require support + tests
2014-06-29 16:53:21 +10:00
Bart van der Schoor
a51117facb
Merge pull request #2418 from rogierschouten/master
...
New typings for package "timezonecomplete"
2014-06-28 20:22:30 +02:00
Rogier Schouten
165f9374fb
Adhered to CONTRIBUTING.md conventions
2014-06-28 19:28:43 +02:00
Igorbek
4611f12ff2
Merge pull request #2427 from Igorbek/knockout-3.1
...
Knockout 3.2.0-beta
2014-06-28 20:01:30 +04:00
Igor Oleinikov
416505eb3e
Fixed tests/knockout-templatingBehaviors-tests.ts.
2014-06-28 19:57:23 +04:00
Igor Oleinikov
3f015d97e1
Fixed ko.bindingProvider.
2014-06-28 19:49:55 +04:00