Commit Graph
6609 Commits
Author SHA1 Message Date
Pat Kujawa 7cf312b536 Restore old ga code and tests. Fix overload definition. 2014-10-13 14:40:26 -06:00
Pat Kujawa b2eabd1873 Add tests and scope new universal analytics to its own module.
Fix errors from npm test and include all top-level APIs.
2014-10-13 14:28:08 -06:00
Pat Kujawa d4ce942373 Add universal google analytics. Modify typedef for 'ga' variable. 2014-10-13 12:48:24 -06:00
Masahiro Wakame bba33bcb0b Merge pull request #2953 from heroboy/patch-1
add nodejs missing Socket.unref() and Socket.ref()
2014-10-10 15:48:41 +09:00
heroboy f8cc8f8724 add nodejs missing Socket.unref() and Socket.ref()
see http://nodejs.org/dist/v0.10.1/docs/api/net.html#net_socket_unref
2014-10-10 14:35:57 +08:00
Masahiro Wakame aeedcbf5e5 Merge pull request #2952 from adidahiya/pickadate
Update pickadate.d.ts typing for container option
2014-10-10 12:27:30 +09:00
Masahiro Wakame 2ae8206d12 Merge pull request #2951 from abustany/sjcl-module
sjcl: Allow loading as an external module
2014-10-10 12:26:48 +09:00
Masahiro Wakame fc48f18d57 Merge pull request #2950 from swook/master
Add noble/noble.d.ts.Peripheral.state
2014-10-10 12:23:37 +09:00
Masahiro Wakame 4273ccdabb Merge pull request #2948 from shiwano/inflection
Add inflection
2014-10-10 12:22:37 +09:00
Masahiro Wakame 431fa10f1b Merge pull request #2947 from nitech/patch-1
zstaggerTo supports much more than just any[]
2014-10-10 12:21:21 +09:00
Masahiro Wakame 6a8a73ea51 Merge pull request #2944 from Cellule/master
Add express-myconnection definition
2014-10-10 12:17:55 +09:00
Masahiro Wakame 97233eefdb Merge pull request #2943 from gscshoyru/patch-11
Add AST type definitions to handlebars.d.ts
2014-10-10 12:13:18 +09:00
Adi Dahiya bf1b5b2b5a Update pickadate.d.ts typing for container option
Pickadate.js allows for the container option to be either a selector string
or DOM element. The latter is useful in many situations. See this line in the source:
https://github.com/amsul/pickadate.js/blob/dev/lib/picker.js#L119
2014-10-09 16:55:08 -04:00
Adrien Bustany 375dcfc11b sjcl: Allow loading as an external module 2014-10-09 21:41:41 +02:00
Seon-Wook Park beb50ac1e2 add noble/noble.d.ts.Peripheral.state 2014-10-09 19:13:24 +02:00
Shogo Iwano 870dcd34d8 Add inflection 2014-10-09 21:13:39 +09:00
nitech 9fd3c78076 staggerTo supports much more than just any[]
Ref documentation found at http://greensock.com/docs/#/HTML5/GSAP/TweenMax/staggerTo/ 

An array of target objects whose properties should be affected, or selector text that gets passed to TweenLite.selector (for selecting DOM elements). For example, if jQuery (or similar) is loaded and you pass ".myClass", it would act as though you passed in an array of DOM elements that had the "myClass" class applied. The same behavior applies if you pass a jQuery object containing multiple elements (like $(".myClass")).
2014-10-09 11:07:58 +02:00
Igor Oleinikov 6ba439cd01 Merge pull request #2946 from Igorbek/jquery-promises
Fixed #2913
2014-10-08 20:39:02 -07:00
Igor Oleinikov d00760ca0f Fixed jquery promises operators (fixes #2913). 2014-10-08 20:34:15 -07:00
Igor Oleinikov 8fa5f68d40 Added failing test case from #2913 2014-10-08 20:10:38 -07:00
Igor Oleinikov 49f8c82473 Merge pull request #2945 from Igorbek/knockout-revert
Revert commits to knockout made by EWOUT-QMINO\Ewout
2014-10-08 20:05:13 -07:00
Igor Oleinikov 64efb5abef Revert commits to knockout made by EWOUT-QMINO\Ewout. 2014-10-08 19:52:49 -07:00
Michael Ferris 2b050502f0 Added definition for module express-myconnection 2014-10-08 20:37:35 -04:00
gscshoyru adf02b7701 Add AST type definitions to handlebars.d.ts
Also put a module around the "SafeString" type to fix the compiler error.
2014-10-08 13:34:18 -04:00
John Reilly 2147e98170 Merge pull request #2934 from DenEwout/master
Added support for Array Change subscriptions. Added tests to the test_observableArrays() in knockout-tests.ts.
2014-10-08 15:46:21 +01:00
EWOUT-QMINO\Ewout bf9a691038 Added overload and test for default subscribe 2014-10-08 16:39:13 +02:00
EWOUT-QMINO\Ewout 3b2aa1c713 Added to test_observableArrays() to include change and beforeChange event subscriptions. 2014-10-08 16:35:16 +02:00
Basarat Ali Syed f24faa84ec Merge pull request #2942 from martinmcwhorter/master
$setPristine() INgModelController
2014-10-08 21:13:14 +11:00
Martin McWhorter 76e1eb7179 $setPristine() INgModelController
Doc reference:

https://code.angularjs.org/1.2.26/docs/api/ng/type/ngModel.NgModelController
2014-10-08 11:05:53 +01:00
EWOUT-QMINO\Ewout 3056dd7fb8 Changed overrides in KnockoutObservableArray 2014-10-08 10:47:15 +02:00
EWOUT-QMINO\Ewout 4b4d78850f Refactored the properties of KnockoutObservable<T> into a seperate interface. This way KnockoutObservableArray doesn't extend KnockoutObservable anymore, making it possible to override methods according to the knockoutjs syntax (including Array Change subscription support). 2014-10-08 10:29:07 +02:00
Masahiro Wakame 887a87baa3 Merge pull request #2937 from RichTeaMan/master
Added interface for priorityQueue.
2014-10-08 11:11:20 +09:00
Masahiro Wakame d97810dd5f Merge pull request #2935 from yar3333/master
fix three.js
2014-10-08 10:56:41 +09:00
Masahiro Wakame 8558f4ca1a Merge pull request #2930 from bemasc/master
Change "onicechange" to "oniceconnectionstatechange" in webrtc.
2014-10-08 10:52:23 +09:00
Bart van der Schoor e70243a70c Merge pull request #2938 from Bartvds/runner/110
switched tester to tsc 1.1.0-1
2014-10-08 00:18:48 +02:00
Thomas Holmes 1f730d3262 Added interface for priorityQueue. 2014-10-07 22:53:51 +01:00
Bart van der Schoor 0c7b3c148c hardened runner.js
first check if definition tester module exists at all
2014-10-07 23:52:00 +02:00
Bart van der Schoor 2e8478a136 enabled tsc 1.1.0-1
updated definition-tester to 0.1.x
updated npm run scripts
added basic definition-tester semver check to runner.js
2014-10-07 22:56:19 +02:00
Masahiro Wakame 64677fc78d Merge pull request #2932 from borisyankov/switch-to-1.1.0-1
[WIP] start switch to tsc 1.1.0-1
2014-10-08 01:43:24 +09:00
vvakame 7a144838bb fix mithril/mithril-tests.ts 2014-10-08 01:25:47 +09:00
vvakame 59072fddd1 fix joi/joi.d.ts 2014-10-08 01:24:47 +09:00
vvakame 41c11a0ce0 fix physijs/physijs-tests.ts.tscparams 2014-10-08 01:22:51 +09:00
EWOUT-QMINO\Ewout 67c09d58fc Removed subscribe signatures in extending interfaces of subscribable. Changed signature of KnockoutSubscribable to have any parameter in subscribe callback. 2014-10-07 15:41:10 +02:00
Yaroslav Sivakov 08631f45a3 fix three.js 2014-10-07 17:13:11 +04:00
EWOUT-QMINO\Ewout 9588d161e4 Changed heading from:
// Type definitions for Knockout v3.2.0-beta

to:
// Type definitions for Knockout v3.2.0
2014-10-07 13:41:48 +02:00
EWOUT-QMINO\Ewout 9967239f2a Added support for Array Change subscriptions. Added tests to the test_observableArrays() in knockout-tests.ts. 2014-10-07 12:20:56 +02:00
vvakame ac5a5b0224 fix dojo/dojox.grid.d.ts 2014-10-07 15:36:32 +09:00
vvakame ecd603928b fix fs-extra/fs-extra-tests.ts 2014-10-07 15:23:18 +09:00
vvakame d55445f3ec fix insight/insight-tests.ts 2014-10-07 15:20:55 +09:00
vvakame 08cdb4a903 fix jest/jest.d.ts 2014-10-07 15:19:31 +09:00