Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- Added urlrouter.d.ts #1820

Closed
wants to merge 33 commits into from
Closed

- Added urlrouter.d.ts #1820

wants to merge 33 commits into from

Conversation

soywiz
Copy link
Contributor

@soywiz soywiz commented Mar 10, 2014

No description provided.

Mike H. Hawley and others added 24 commits February 21, 2014 22:26
jQUery Validation does not send arguments but an array of the argument already built. By using the ... syntax of TypeScript, we get an array with one item that has the array sent by jQuery validation. I think the definition should use an array instead of arguments syntax.
This version is more complete and includes inline JSDoc comments for
most types/functions/properties.
node-ffi: fix Function overrides
addMethod params arguments vs array syntax
Add definition of jquery.placeholder
Added missing functions to d3 EnterSelection interface
Fixed d3 definitions for d3.geom.voronoi
@vvakame
Copy link
Member

vvakame commented Mar 15, 2014

@soywiz Thanks for the contribution.

Please, could you make these small changes in your file?

Thank you!

More updates for the latest version.
Adds missing method CORS on restify type definition
fix the return type of google.maps.Polygon.getPaths
Fix AngularJS $q.when definition
@soywiz
Copy link
Contributor Author

soywiz commented Mar 15, 2014

It seems I did it wrong. I have deleted and recreated the repository and a branch instead of master. Also I have added tests and readme as you said. I'm going to create another pull request. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet