Jacob Boland
603d36d40c
Reimplement earlier changes to header
2013-10-24 12:55:02 -07:00
Jacob Boland
f1f15ffd03
Fix parameter types which were actually variable names implicitly defined as any
2013-10-24 12:49:28 -07:00
John Emau
4d3715ca67
reverted accidental removal of author comment from angular-mocks.d.ts
2013-10-24 07:14:18 -07:00
John Emau
67d306f4e9
reverted accidental removal of author comment
2013-10-24 07:04:15 -07:00
John Emau
aed0b9670e
updated angular readme to mention new ng.route module
2013-10-23 16:28:25 -07:00
John Emau
d5d2fe59d6
fixed angular version labels in comments
2013-10-23 15:03:09 -07:00
John Emau
912097ef16
adding missing tscparam files for needed angular files
2013-10-23 14:55:47 -07:00
John Emau
5078772afb
fixing error in angular-1.0 tests
2013-10-23 14:55:47 -07:00
Jared Reynolds
9ba67fffd6
Updated angular IDirective for 1.2.0
...
Conflicts:
angularjs/angular.d.ts
2013-10-23 14:55:47 -07:00
Jared Reynolds
604c5b5d6f
Added tests for angular resource type definitions
2013-10-23 14:55:46 -07:00
Jacob Boland
c8881ff07b
Add IAttributes tests
2013-10-23 14:55:46 -07:00
Jacob Boland
027c81a0b0
Add IAttributes members and comments
2013-10-23 14:55:46 -07:00
Jared Reynolds
bf2ed03d80
Added remainder of angular mocks 1.2 definitions
2013-10-23 14:55:46 -07:00
John Emau
1928fb24b3
fixing angular-route-tests
2013-10-23 14:55:46 -07:00
John Emau
e06a344578
Merge branch 'update-angularjs' into removing-extraneous-for-daptiv-type-definitions
...
Conflicts:
angularjs/angular-mocks.d.ts
2013-10-23 14:55:46 -07:00
Jonathan Park
683e94d8d8
Adding angular 1.2 definitions
...
Conflicts:
angularjs/angular-mocks.d.ts
2013-10-23 14:55:46 -07:00
unknown
465dfbaa6e
Angular mocks changes for 1.2.0
2013-10-23 14:55:46 -07:00
basarat
b24f27d014
Merge pull request #1161 from JoshStrobl/master
...
jQuery: Modified some functions variable types
2013-10-21 20:22:14 -07:00
basarat
a5eff2b5a5
Merge pull request #1160 from halfninja/patch-1
...
queue.push callback is optional
2013-10-21 20:19:34 -07:00
basarat
3bab4d22bf
Merge pull request #1158 from georgiosd/patch-2
...
NG directives: fixes
2013-10-21 14:18:00 -07:00
Josh Strobl
710e85d0d9
jQuery: Modified some functions variable types
...
Updated the jQuery definitions file, modifying removeAttr, removeClass,
removeProp, toggleClass and on functions to appropriately use string
rather than any, which aligns it with the jQuery API docs.
2013-10-21 06:08:24 -07:00
Nick Howes
a88b933815
queue.push callback is optional
2013-10-21 14:04:09 +01:00
Georgios Diamantopoulos
1ea3ae922f
NG directives: fixes
...
Allow functions to be defined for template/templateUrl and array notation in controller
There's not a more elegant solution that I know of until we get structs in TS anyway.
2013-10-21 12:35:44 +03:00
basarat
9d24e5d8f6
Merge pull request #1156 from JoshStrobl/master
...
Adding jQuery.Timer Definitions (Post-Fork Resync)
2013-10-21 02:08:31 -07:00
Josh Strobl
2bfb70a40f
Adding jQuery.Timer Definitions (Post-Fork Resync)
...
This is to add the jQuery.Timer definitions and tests, as well as the
tscparams that seem to be required (hopefully DefinitelyTyped Travis CI
builds will work this time). Modified alert() to be console.log()
instead. Readme updated as well (ignore line #1 ).
2013-10-20 01:02:13 -07:00
basarat
1c65567822
Merge pull request #1155 from vvakame/fix-ci-failed
...
Repaired CI failed
2013-10-19 06:35:48 -07:00
vvakame
a096487886
Repaired CI failed
2013-10-19 22:10:59 +09:00
Boris Yankov
d36023a1ac
Merge pull request #1147 from gandjustas/master
...
Added generic type parameters
2013-10-18 23:55:06 -07:00
Boris Yankov
0ba960ad1b
Merge pull request #1100 from vvakame/plan-of-destroy-implicitAny
...
BAN the implicit any
2013-10-18 23:52:43 -07:00
basarat
538fc59d75
Merge pull request #1153 from seanhess/rethinkdb
...
Added Support for RethinkDB
2013-10-18 19:31:25 -07:00
Sean Clark Hess
7c9f57f719
documentation
2013-10-18 08:55:13 -06:00
Sean Clark Hess
31a7980b23
added rethinkdb
2013-10-18 08:51:03 -06:00
basarat
b9d36d9ff1
Merge pull request #1152 from Yukimune/rx.js.mySpike
...
Added BehaviorSubject, ReplaySubject, ConnectableObservable and fixed Subject declaration.
2013-10-18 02:28:32 -07:00
Yukimune
4bc2bb4d43
Add a few definitions. BehaviorSubject, ReplaySubject, ConnectableObservable
...
Fix definition around Subject.
2013-10-18 16:51:08 +09:00
vvakame
ce23487b6c
Follow up master/HEAD
2013-10-18 14:25:40 +09:00
vvakame
34899afaae
Merge commit '2772dfeec9cdb1744f6c010babef9e40b6770dd7' into plan-of-destroy-implicitAny
2013-10-18 12:41:53 +09:00
basarat
2772dfeec9
Merge pull request #1148 from santialbo/patch-1
...
Angular.js: Set viewValue to any everywhere
2013-10-17 15:26:19 -07:00
Santi Albo
8c58256dc7
Set viewValue to any everywhere
...
Documentation states `viewValue` and `modelValue` to be a string but other types do work and it's common to use them.
2013-10-17 14:36:13 +01:00
gandjustas
1a6e8c00ec
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
sharepoint/SharePoint.d.ts
2013-10-17 01:13:20 +04:00
gandjustas
14d5602a86
Added generic type parameters
2013-10-17 00:51:39 +04:00
Boris Yankov
12d12c69ff
Merge pull request #1124 from derekcicerone/patch-17
...
Fixes for underscore.d.ts
2013-10-16 09:48:04 -07:00
Boris Yankov
e56afd7888
Merge pull request #1145 from rsmithh/patch-4
...
Add onMessageExternal to chrome.runtime
2013-10-16 09:47:46 -07:00
rsmithh
45455e4230
Add onMessageExternal to chrome.runtime
2013-10-16 15:33:44 +01:00
basarat
76e6311052
Merge pull request #1126 from mkozhukh/master
...
Defenitions for dhtmlxScheduler and dhtmlxGantt
2013-10-16 03:52:18 -07:00
basarat
37add06cf3
Merge pull request #1144 from jtamayo/master
...
Add missing 'get' from Selection.datum
2013-10-15 23:24:07 -07:00
Juan Tamayo
366bad1e4d
Add missing 'get' from Selection.datum
2013-10-15 19:48:49 -07:00
Maksim Kozhukh
3abbf93142
Incorrect references in tests are fixed
2013-10-15 22:13:48 +03:00
basarat
59af5c0879
Merge pull request #1142 from TiddoLangerak/patch-1
...
Added support for the CommonJS require call
2013-10-15 01:17:18 -07:00
basarat
429a57e745
Merge pull request #1141 from theodorejb/master
...
Updated jquery.pickadate to support v3.3.0 of the library
2013-10-15 01:13:54 -07:00
Tiddo Langerak
a14182b018
Added support for the CommonJS require call
2013-10-15 07:37:49 +02:00