Commit Graph
10254 Commits
Author SHA1 Message Date
bryn austin bellomy ce01d2119a adding tests 2015-04-27 15:14:10 -05:00
Elisée 7ca777533d three.d.ts: SkinnedMesh accepts BufferGeometry too
THREE.js's SkinnedMesh class accepts BufferGeometry, not only Geometry for its first parameter
2015-04-27 18:00:56 +02:00
Marvin Luchs cc0537a0ac "parent" argument of Restangular.service() should be optional
The documentation as well as the actual source code of Restangular
define the parent argument of Restangular.service(route, parent) as
optional:

https://github.com/mgonto/restangular#decoupled-restangular-service

function toService(route, parent) {
[...]
var collection = (parent || service).all(route);
2015-04-27 13:01:12 +02:00
ivanegegia 4de0015908 Corrected victor version number 2015-04-27 00:10:26 +04:00
ivanegegia 3a15153a27 Changed header format 2015-04-26 22:02:54 +04:00
ivanegegia 892778cfaf Type definitions for Victor.js 0.8.0 2015-04-26 21:49:16 +04:00
Jacob Danton f31589998d Updating Chai to have "Include" in "Deep"
Reference:  https://github.com/chaijs/chai/blob/master/lib/chai/core/assertions.js#L1452
2015-04-26 08:53:30 -07:00
Oleg Grigoriev 5235188489 node: interface Global of 'global' object 2015-04-26 15:24:31 +03:00
Masahiro Wakame 00e7f3fede Merge pull request #4194 from stephenlautier/master
Added knockout.punches
2015-04-26 18:57:07 +09:00
bryn austin bellomy 3a1870821a fixing original author 2015-04-26 01:59:31 -05:00
bryn austin bellomy b5a3c237ad adding comment header 2015-04-26 01:06:02 -05:00
bryn austin bellomy 9621e43781 adding ansi styles module 2015-04-26 00:56:14 -05:00
bryn austin bellomy 68d7cdeee9 adding eyes module 2015-04-25 20:10:00 -05:00
stephen.lautier 26b98beb60 Merge branch 'master' of https://github.com/borisyankov/DefinitelyTyped 2015-04-25 12:57:38 +02:00
stephen.lautier 4c3555871f removed urijs 2015-04-25 12:46:56 +02:00
stephen.lautier 0e75ece1a4 added knockout.punches-tests + headers to type definitions 2015-04-25 12:29:03 +02:00
Masahiro Wakame 61d066fef5 Merge pull request #4189 from mtraynham/colorbrewer
Colorbrewer definition
2015-04-25 14:49:47 +09:00
Masahiro Wakame b18e9cb0c3 Merge pull request #4015 from gruppe-adler/restify-fix-httperrors
fix restify error classes
2015-04-25 14:45:59 +09:00
Masahiro Wakame 8cdf5075ab Merge pull request #4159 from ggarek/feature/react-drag-event
feat(react): add DragEvent
2015-04-25 14:42:10 +09:00
Matt Traynham ffc6161633 Fix tests. 'const' not available 2015-04-24 14:17:17 -04:00
Matt Traynham 94df0f9041 Colorbrewer definition 2015-04-24 14:08:07 -04:00
Horiuchi_H 575d70adca Merge pull request #4187 from bilou84/patch-2
convert-source-map: Remove all implicit any
2015-04-24 23:15:57 +09:00
bilou84 3f4eb92f38 convert-source-map: Remove all implicit any 2015-04-24 12:48:44 +02:00
David Gardiner 318bd34543 Move methods from Object to CoreObject
Reorder methods in CoreObject class to match ember-runtime/lib/system/core_object.js
Added non-static method declarations for 'extend', as Ember classes aren't really TypeScript classes (so we need to be able to call extend on instances)
2015-04-24 16:08:53 +09:30
Horiuchi_H de18109f44 Merge pull request #4185 from dfahlander/master
Added dexie.d.ts
2015-04-24 09:17:33 +09:00
Horiuchi_H cc22b1594e Merge pull request #4184 from adidahiya/drop
Add 'element' and 'tether' to Drop typings
2015-04-24 09:15:27 +09:00
Horiuchi_H 583c1524ac Merge pull request #4183 from ggarek/feature/sequelize-belongs-to-many
feat(sequelize): add belongsToMany definition
2015-04-24 09:14:36 +09:00
David Fahlander 8acdd6fc7d Fixed errors from npm test 2015-04-23 22:52:51 +02:00
David Fahlander 5850b78734 Added dexie.d.ts 2015-04-23 22:25:49 +02:00
Adi Dahiya 391ff639b1 Add 'element' and 'tether' to Drop typings 2015-04-23 14:11:09 -04:00
Igor Ovsiannikov d72fa373ae feat(sequelize): add belongsToMany definition 2015-04-23 19:22:48 +03:00
John Reilly 51d426745a Merge pull request #4160 from rdennis/master
jQuery failsafe syntax
2015-04-23 16:22:06 +01:00
Robert Dennis dd393c9e0f Add tests for jQuery failsafe syntax 2015-04-23 10:12:44 -04:00
Horiuchi_H caee0398cb Merge pull request #4181 from damianog/master
added controllerAs property to modal service settings
2015-04-23 18:34:16 +09:00
Horiuchi_H 0a67fb5558 Merge pull request #4180 from Nemo157/node-uuid-buffers
Fix return types of UUID when a buffer is passed in
2015-04-23 18:32:23 +09:00
Damiano bbd0677ca3 added controllerAs property to modal service settings 2015-04-23 09:19:07 +02:00
Wim Looman fe695e9235 Make options values optional 2015-04-23 12:19:52 +12:00
Wim Looman b0253bbce0 Fix return types of UUID when a buffer is passed in 2015-04-23 12:13:11 +12:00
Igor Ovsiannikov 39d3517c6f feat(react): add DragEvent to react-addons.d.ts 2015-04-22 21:38:28 +03:00
vvakame 25da006de5 update CONTRIBUTORS.md 2015-04-23 00:46:17 +09:00
Masahiro Wakame 5f951b5fad Merge pull request #4178 from borisyankov/add-json-patch
add json-patch
2015-04-23 00:45:38 +09:00
vvakame 5b473fd078 add json-patch 2015-04-23 00:42:20 +09:00
Masahiro Wakame cfc5ba68ca Merge pull request #4025 from pocesar/mandrill
mandrill api
2015-04-23 00:23:16 +09:00
Masahiro Wakame b5e3e0063e Merge pull request #4176 from pocesar/angular-ui-bootstrap
suggested edit for angular-ui-bootstrap
2015-04-23 00:13:41 +09:00
Masahiro Wakame d0bd4d72cb Merge pull request #4129 from jasonswearingen/push
new typings: sprintf-js, json5, dsv.  commonjs support for paralleljs
2015-04-23 00:08:09 +09:00
Masahiro Wakame f9c91312dd Merge pull request #4166 from mjurisic/angular-wizard
add definitions for angular-wizard
2015-04-22 23:59:36 +09:00
Masahiro Wakame f93cb523e4 Merge pull request #4157 from musicist288/decimal-js
Decimal js
2015-04-22 23:57:27 +09:00
Masahiro Wakame b4bcd5a9d3 Merge pull request #4149 from Maks3w/feature/hal-links
[HAL] Link object
2015-04-22 23:53:53 +09:00
Masahiro Wakame 2e91d910e7 Merge pull request #4122 from musicist288/leaflet-latlng-literals
Leaflet: Adding LatLngExpress and LatLngBounds expression types
2015-04-22 23:52:49 +09:00
Masahiro Wakame ca1a55e641 Merge pull request #4162 from jpevarnek/chrome-windows-getting
Add missing functions for chrome windows api
2015-04-22 23:50:14 +09:00