Boris Yankov
d2a019edf3
Merge pull request #67 from diegovilar/master
...
Some jQuery/jqLite related fixes
2012-11-12 01:38:30 -08:00
Boris Yankov
64c9e43095
Add Breeze definitions and tests
2012-11-11 22:58:01 +02:00
Diego Vilar
f8ad2ebfa4
IAngularStatic.element is now of the type JQueryStatic (thanks goes to gregwebs); Let go of IJQLiteOrBetter and now everything that expects or returns a jQuery-like object is of the type JQuery directly.
2012-11-11 16:53:55 -03:00
Boris Yankov
77faeaddaa
Merge pull request #65 from jmvrbanac/master
...
Add Ubuntu Unity Web API definition
2012-11-10 00:20:22 -08:00
John Vrbanac
95d0b40c61
Getting rid of an old ember file to make the pull request easier
2012-11-09 15:51:19 -06:00
John Vrbanac
6d1d4a5851
Renaming Ubuntu Unity Web API definition files.
2012-11-09 15:47:52 -06:00
John Vrbanac
cc9c499939
Adding Ubuntu Unity Web API definition
...
Includes basic tests for the definition.
2012-11-09 15:44:24 -06:00
John Vrbanac
a6f5ebdf0b
Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped
2012-11-09 15:32:31 -06:00
Boris Yankov
4e46378afe
Add jQuery Deferred.promise() and data() overloads
2012-11-09 20:22:41 +02:00
Boris Yankov
b1aa03cad8
Fix Toastr definitions
2012-11-09 19:58:37 +02:00
Boris Yankov
02b302faa7
Fix jQuery prop() definition and add some tests
2012-11-09 19:58:37 +02:00
Boris Yankov
e7ac778279
Add jQuery $.Deferred()
2012-11-09 19:58:36 +02:00
Boris Yankov
fa6f92a3ae
Fix jQuery definition for ajaxError(), ajaxSend() and ajaxSuccess()
2012-11-09 19:58:36 +02:00
Boris Yankov
d174202408
Add jQuery return type for css() method
2012-11-09 19:58:36 +02:00
Boris Yankov
f8f335fbf3
Add jQuery animate() overload
2012-11-09 19:58:35 +02:00
Boris Yankov
2b9bd01975
Fix jQuery overrideMimeType definition
2012-11-09 19:58:35 +02:00
Boris Yankov
e7d69f5ea2
Merge pull request #62 from jstrachan/master
...
here's some fixes I had to make to be able to use sugarjs.d.ts on a project
2012-11-08 07:14:24 -08:00
James Strachan
3038207040
fixed typo and compile errors and rmeoved some duplicate definitions
2012-11-08 13:36:30 +00:00
Boris Yankov
ff458d14ee
Update for toastr 1.0.3
2012-11-08 09:59:43 +02:00
Boris Yankov
320fd6b0a2
Merge pull request #60 from ajorkowski/master
...
Fix Knockout Subscribe
2012-11-07 20:04:51 -08:00
Boris Yankov
2a80be8699
Improve jQuery UI Datepicker method definitions
2012-11-08 05:56:50 +02:00
Boris Yankov
ffd07f3c4f
Add jQuery UI widget and position definitions + tests
2012-11-08 05:43:15 +02:00
Boris Yankov
df6846025f
Improve toastr definitions
2012-11-08 05:43:15 +02:00
Boris Yankov
c1a5e73527
Add more jQuery method overloads
2012-11-08 05:43:14 +02:00
Boris Yankov
5bb3ee0cb1
Merge pull request #59 from diegovilar/master
...
Fix IHttpPromise members signatures.
2012-11-07 14:39:12 -08:00
Felix Jorkowski
5166fa435b
Fixed knockout subscribe calls and made typed too
2012-11-08 09:34:10 +11:00
Diego Vilar
44102e8168
Fixed IHttpPromise members signatures. Thanks to marcinnajder for pointing it out.
2012-11-07 18:36:05 -03:00
Boris Yankov
94a47d64f9
Improve jQuery UI definitions and add tests
2012-11-07 17:47:44 +02:00
Boris Yankov
5e9aceb7a4
Fix some sammyjs definitions
2012-11-07 15:43:27 +02:00
Boris Yankov
34e71b039a
Fix reference to definition
2012-11-07 15:43:11 +02:00
Boris Yankov
dc015afdc2
Fix ember.js defintions
2012-11-07 11:21:51 +02:00
Boris Yankov
9bfc978542
Fix Jasmine definitions
2012-11-06 15:40:28 +02:00
Boris Yankov
91a1c2193b
Merge pull request #54 from docgit/master
...
Fix Backbone and Knockback
2012-11-06 01:48:27 -08:00
Marcel Binot
4cac383791
fixes in Backbone
2012-11-06 10:35:31 +01:00
Boris Yankov
6f4c7d834d
Add Toastr definitions and tests
2012-11-06 00:59:05 +02:00
Boris Yankov
073bdc108d
Several fixes for jQuery and some tests added
2012-11-05 13:42:58 +02:00
Boris Yankov
ef16c3fcbd
Add jQuery.text definitions and more tests
2012-11-05 11:52:18 +02:00
Boris Yankov
2e47786c02
Fix jQuery definitions and more tests
2012-11-05 11:29:00 +02:00
Boris Yankov
0bd52c6c32
Fix jQuery each definition
2012-11-05 11:07:13 +02:00
Boris Yankov
c3db5ea91c
Fix easel.js addChildAt declaration
2012-11-05 11:07:13 +02:00
Boris Yankov
cac5ac4149
Merge pull request #50 from jbaldwin/master
...
Updates to pass Tests/underscore-tests.ts
2012-11-04 23:21:38 -08:00
jbaldwin
025a93d041
Fixed issues from Tests/underscore-tests.ts
...
https://github.com/jbaldwin/ ) => 404
https://github.com/jbaldwin/ => works
Removed header comments, Object bugs
Removed all Object function signatures, typescript does not coerce down
to Object from a custom class implementation. Just using any moving
forward.
Fixed issues chaining on OOP wrappers.
Fixed issue with lastIndexOf(), the isSorted? bool was incorrect,
changed to from? number.
Added isEmpty() typing for arrays.
Added clone() typing for arrays.
Fixed bugs by using Tests/underscore-tests.ts
Revert "Fixed github links in README"
This reverts commit b70907594e2364f81af0e887042b874c18397a80.
Fixed links in README
Did not affect non-ASCII chars (github editor is apparently not so
friendly)
2012-11-04 22:48:36 -07:00
Boris Yankov
c5b1e6b317
Update filenames and readme
2012-11-05 04:33:23 +02:00
Boris Yankov
2a394e4580
Complete PhoneGap definitions and tests
2012-11-05 04:19:09 +02:00
Boris Yankov
0c6dd0598e
Complete PhoneGap declarations and tests
2012-11-05 04:19:09 +02:00
Boris Yankov
d99ddcdbf8
Fix toJSON return type
2012-11-05 04:19:08 +02:00
Boris Yankov
4cfd38ca15
Update PhoneGap definitions and tests
2012-11-05 04:19:08 +02:00
Boris Yankov
185f815b8b
Add initial PhoneGap definitions and tests
2012-11-05 04:19:08 +02:00
Boris Yankov
447dc6a203
Merge pull request #49 from jbaldwin/master
...
Add sugar.1.3.d.ts definitions.
2012-11-04 17:32:28 -08:00
jbaldwin
952137d415
Added underscore-deep.d.ts
...
Deep typings for underscore.d.ts.
2012-11-04 18:20:57 -07:00