Kenneth Kolstad
|
ed5be30e62
|
lodash: add generic _.remove
|
2015-06-05 15:48:45 -07:00 |
|
Masahiro Wakame
|
ec1a38186e
|
Merge pull request #3207 from vvakame/improve-slickgrid
add overload definition to setGrouping
|
2014-11-23 10:36:50 +09:00 |
|
Masahiro Wakame
|
bf38961d6d
|
Merge pull request #3206 from matthewoates/master
SockJS can be instantiated with just a URL
|
2014-11-23 10:09:32 +09:00 |
|
vvakame
|
008ba1b555
|
add overload definition to setGrouping
|
2014-11-23 09:56:29 +09:00 |
|
Masahiro Wakame
|
6b1ce25ed5
|
Merge pull request #3205 from payojbaral/master
SetGrouping and GetGrouping should accept and return GroupingOptions<T>[]
|
2014-11-23 09:54:38 +09:00 |
|
matt
|
490f118b57
|
SockJS can be instantiated with just a URL
see: https://github.com/sockjs/sockjs-client
example copied from their README:
```
var sock = new SockJS('http://mydomain.com/my_prefix');
sock.onopen = function() {
console.log('open');
};
sock.onmessage = function(e) {
console.log('message', e.data);
};
sock.onclose = function() {
console.log('close');
};
sock.send('test');
sock.close();
```
|
2014-11-22 15:39:54 -08:00 |
|
payojbaral
|
712c7d5130
|
SetGrouping and GetGrouping functions should accept and return GroupingOptions<T>[] for multilevel grouping
|
2014-11-22 12:25:13 -08:00 |
|
Igor Oleinikov
|
1f36499d22
|
Merge pull request #3204 from Igorbek/RxJS
RxJS: few fixes and aligning with newer versions
|
2014-11-22 10:55:20 -08:00 |
|
Igor Oleinikov
|
e4434bce38
|
Updated TestScheduler to be interface instead of class.
|
2014-11-22 10:54:08 -08:00 |
|
Igor Oleinikov
|
319040ce1a
|
Updated VirtualTimeScheduler to be interface instead of class.
|
2014-11-22 10:50:43 -08:00 |
|
Igor Oleinikov
|
c9b5ff330e
|
RxJS: added missed return type for Scheduler constructor.
|
2014-11-22 10:39:33 -08:00 |
|
Igor Oleinikov
|
8fea426543
|
RxJS: definition for Scheduler moved to rx-lite.d.ts and described by interface pair.
|
2014-11-22 10:30:55 -08:00 |
|
Igor Oleinikov
|
4dfaec5ea8
|
rx.all.ts renamed to rx.all.d.ts.
|
2014-11-22 09:26:48 -08:00 |
|
Masahiro Wakame
|
7d33eba3a3
|
Merge pull request #3202 from Ritzlgrmft/master
Definitions for log4javascript added
|
2014-11-23 02:14:29 +09:00 |
|
Ritzlgrmft
|
d91a68f4a9
|
travis error fixed
|
2014-11-22 17:54:43 +01:00 |
|
Igor Oleinikov
|
94eb5b5112
|
Merge branch 'master' into RxJS
|
2014-11-22 08:45:59 -08:00 |
|
Igor Oleinikov
|
b51c8625bc
|
Merge branch 'master' of https://github.com/Igorbek/rx.d.ts into RxJS
|
2014-11-22 08:44:55 -08:00 |
|
Ritzlgrmft
|
1ad8067ee0
|
log4javascript-tests changed
|
2014-11-22 17:38:00 +01:00 |
|
Masahiro Wakame
|
e7316c6033
|
Merge pull request #3174 from Sebazzz/generic-linqjs
Generic linqjs typing
|
2014-11-23 01:37:25 +09:00 |
|
Ritzlgrmft
|
16873abcd9
|
log4javascript added
|
2014-11-22 17:29:55 +01:00 |
|
Masahiro Wakame
|
a7e38a7e65
|
Merge pull request #3195 from kyo-ago/patch-2
Added removeListeners to chrome.webRequest.events
|
2014-11-22 23:28:14 +09:00 |
|
Sebastiaan Dammann
|
efa63acc20
|
Add attribution as requested
|
2014-11-22 14:14:16 +01:00 |
|
kyo-ago
|
179d74f22a
|
Fixed removeListener params(from http://src.chromium.org/viewvc/chrome/trunk/src/chrome/test/data/extensions/api_test/webrequest/test_api.js )
|
2014-11-22 22:01:01 +09:00 |
|
Masahiro Wakame
|
3a399e5f41
|
Merge pull request #3200 from ErikSchierboom/knockout-mapping-implicit-any
Made any parameter explicit and added tests
|
2014-11-22 21:48:11 +09:00 |
|
Erik Schierboom
|
2db8ff1f09
|
Made any parameter explicit and added tests
|
2014-11-22 13:21:39 +01:00 |
|
Masahiro Wakame
|
e3b19b66f2
|
Merge pull request #3199 from nakakura/midi
add midi/midi.d.ts
|
2014-11-22 18:34:33 +09:00 |
|
Toshiya Nakakura
|
660864442e
|
rename
|
2014-11-22 13:48:00 +09:00 |
|
Toshiya Nakakura
|
e631c0ece7
|
add midi/midi.d.ts
|
2014-11-22 11:23:08 +09:00 |
|
Masahiro Wakame
|
2544abac24
|
Merge pull request #3196 from wokim/master
added missing type hints
|
2014-11-21 21:06:36 +09:00 |
|
Masahiro Wakame
|
b403034e2b
|
Merge pull request #3193 from marijngiesen/typeahead-fix
Changed interface Templates to support Handlebars templates
|
2014-11-21 21:05:27 +09:00 |
|
Masahiro Wakame
|
2da4911475
|
Merge pull request #3194 from kyo-ago/patch-1
Fix the params type in EventEmitter2.emit
|
2014-11-21 20:55:54 +09:00 |
|
wokim
|
5d9d1fe598
|
added missing type hints
|
2014-11-21 20:52:56 +09:00 |
|
kyo_ago
|
c6a96bb1f9
|
Update chrome.d.ts
|
2014-11-21 19:49:21 +09:00 |
|
kyo_ago
|
58a3d9a486
|
Added removeListeners to chrome
|
2014-11-21 19:47:46 +09:00 |
|
kyo_ago
|
9c84b68036
|
Fix the params type in EventEmitter2.emit
The params type was updated in EventEmitter2.emit.
See the API documentation here:
https://github.com/asyncly/EventEmitter2#emitteremitevent-arg1-arg2-
|
2014-11-21 19:25:48 +09:00 |
|
Marijn Giesen
|
3d9320a30f
|
Changed interface Templates to support Handlebars templates as header, footer and empty.
|
2014-11-21 10:36:59 +01:00 |
|
Basarat Ali Syed
|
373c173269
|
Merge pull request #3192 from pietvandongen/master
Add AMD module export for NProgress
|
2014-11-21 19:27:24 +11:00 |
|
Piet van Dongen
|
1d40264474
|
Add AMD module export for NProgress
|
2014-11-21 09:17:05 +01:00 |
|
vvakame
|
d1ab55e6a2
|
update CONTRIBUTORS.md
|
2014-11-21 11:36:04 +09:00 |
|
Masahiro Wakame
|
751ba2ff8e
|
Merge pull request #3190 from wokim/master
add definitions for express-jwt and express-unless and tests
|
2014-11-21 11:31:11 +09:00 |
|
Masahiro Wakame
|
abf93417b2
|
Merge pull request #3121 from jkells/master
Google maps HeatmapLayerOptions definition changes.
|
2014-11-21 11:29:30 +09:00 |
|
Masahiro Wakame
|
b4c9b81d72
|
Merge pull request #3171 from Marknumskull/patch-1
HighchartsSeriesOptions update
|
2014-11-21 11:26:21 +09:00 |
|
Masahiro Wakame
|
4dd0c6faef
|
Merge pull request #3186 from Lillemanden/master
Knockout's component.register is missing an empty config case
|
2014-11-21 11:25:00 +09:00 |
|
wokim
|
b80f7caacf
|
add definitions for express-unless
|
2014-11-21 11:22:19 +09:00 |
|
wokim
|
920d3f0292
|
add definitions for express-jwt
|
2014-11-21 11:21:14 +09:00 |
|
Masahiro Wakame
|
7a31100a5a
|
Merge pull request #3188 from spazard1/master
Added the missing addColors method from winston
|
2014-11-21 09:45:26 +09:00 |
|
Steven Yackel
|
1ad6deec11
|
Added the missing addColors method from winston
|
2014-11-20 15:51:29 -06:00 |
|
Masahiro Wakame
|
07ae96e580
|
Merge pull request #3187 from M-Zuber/spectrum-typings
Add typings for spectrum.js
|
2014-11-21 00:52:28 +09:00 |
|
Masahiro Wakame
|
62204f39c1
|
Merge pull request #3104 from jabbawookiees/swfobject-fix
Update swfobject to work with other scopes and variable names.
|
2014-11-21 00:50:51 +09:00 |
|
Mordechai Zuber
|
19556e46e3
|
fix parameters in methods to include name
|
2014-11-20 17:49:56 +02:00 |
|