Commit Graph
2381 Commits
Author SHA1 Message Date
DvdBrink a206deba40 Added error constants for CompassError and ContactError 2013-09-24 19:32:56 +02:00
Dick van den Brink 48931b05b1 Added GlobalizationError constants 2013-09-23 23:16:15 +02:00
Diullei Gomes 060269ee39 Merge pull request #1071 from jedhunsaker/ember
Fix Ember and Handlebars
2013-09-22 11:39:48 -07:00
Jed Hunsaker e385702968 Fix Ember and Handlebars 2013-09-22 11:16:35 -07:00
Diullei Gomes d75f70e7ef Merge pull request #1069 from wiredprairie/patch-2
Update winjs.d.ts to include proper signature for createGrouped function
2013-09-22 10:47:51 -07:00
Diullei Gomes be7588aca2 Merge pull request #1070 from varju/no-implicit-any
noImplicitAny support for mocha and sinon
2013-09-21 13:19:57 -07:00
Diullei Gomes ae1acf0988 Merge pull request #1068 from jbaldwin/master
Upgraded underscore to v1.5.2
2013-09-20 15:30:34 -07:00
Alex Varju 0babed6558 make sinon signatures --noImplicitAny friendly 2013-09-20 15:19:13 -07:00
Alex Varju a981c8edd6 make mocha signatures --noImplicitAny friendly 2013-09-20 15:17:00 -07:00
Aaron c407adfd5e Update winjs.d.ts to include proper signature for createGrouped function
createGrouped was missing a required parameter.
2013-09-20 17:10:50 -05:00
jbaldwin 39c5248336 Fixed merge problem in underscore.d.ts 2013-09-20 15:55:44 -06:00
Diullei Gomes a8bcb0603d Merge pull request #1067 from antiveeranna/master
describe azure.RoleEnvironment interface
2013-09-20 14:43:53 -07:00
Diullei Gomes f025b50de9 Merge pull request #1065 from yutavsky/master
$.cookie() support
2013-09-20 14:42:41 -07:00
Diullei Gomes b07f9aeb6a Merge pull request #1064 from jmackay/master
updated to match toastr 2.0.1
2013-09-20 14:41:51 -07:00
Diullei Gomes 5a4f10524e Merge pull request #1061 from varju/sinon-sandbox
Improve definitions to better match Sinon 1.7
2013-09-20 14:39:23 -07:00
Diullei Gomes e42c87718c Merge pull request #1062 from fullflavedave/master
Adding reference to Atmosphere
2013-09-20 14:35:19 -07:00
Diullei Gomes c785b13516 Merge pull request #1057 from csrakowski/iScrollScrollTo
Updated iScroll ScrollTo
2013-09-20 14:34:26 -07:00
jbaldwin 139f03c563 Upgraded underscore to v1.5.2 2013-09-20 13:16:05 -06:00
anti.veeranna 19687e02c0 describe azure.RoleEnvironment interface 2013-09-20 08:08:42 -04:00
Diullei a8d8c2ac66 Merge branch 'crossroads-definition' 2013-09-19 11:26:38 -03:00
Diullei ce63425ea1 definition file for Crossroads.js and JS-Signals 2013-09-19 11:26:00 -03:00
yutavsky f187d0d92b $.cookie() support 2013-09-19 23:21:43 +09:00
basarat a0ab72c719 Merge pull request #1063 from varju/express-signatures
improve express signatures
2013-09-19 06:01:40 -07:00
jmackay d8f058ce58 updated to match toastr 2.0.1 2013-09-18 23:56:27 -06:00
Alex Varju 9c20415c87 improve express signatures 2013-09-18 17:19:05 -07:00
Dave Allen 49e4ba5fe9 Reverting 2013-09-18 11:01:35 -07:00
Dave Allen de913f6f0f Minor edits to README 2013-09-18 10:27:38 -07:00
Dave Allen 0e17506942 Minor edits to README 2013-09-18 10:25:45 -07:00
Dave Allen 265ce185b5 Minor edits to README 2013-09-18 10:24:27 -07:00
Dave Allen 9b838c9efb Minor edits to README 2013-09-18 10:23:16 -07:00
Dave Allen f40c3e7c67 Minor edits to README 2013-09-18 10:18:02 -07:00
Dave Allen 179608249c Deprecated and added reference to new smart package 2013-09-18 10:12:55 -07:00
Alex Varju 3369d546a1 sinon expectations extend the stub class 2013-09-18 09:58:08 -07:00
Alex Varju 2b69839469 improve signatures for sinon sandbox methods 2013-09-18 09:58:08 -07:00
Alex Varju 204ec28733 rename sinon definitions now that newer versions are supported 2013-09-18 09:58:08 -07:00
Diullei Gomes c8613976b5 Merge pull request #1060 from tbureck/master
Create jquery.sortElements.d.ts
2013-09-18 07:00:12 -07:00
Diullei Gomes ddfe83ede4 Merge pull request #1059 from sporttech/angularjs-watchcollection
Add $watchCollection(obj, listener) API to angular.d.ts
2013-09-18 06:58:19 -07:00
Diullei Gomes 6b55a91e93 Merge pull request #1058 from flxf/icondefault
Leaflet Icon.Default returns an object that extends from Icon
2013-09-18 06:57:52 -07:00
Diullei Gomes 13940a37b0 Merge pull request #1055 from flxf/LFeatureGroup
Leaflet FeatureGroup extends LayerGroup
2013-09-18 06:23:47 -07:00
Tim Bureck 0b589a8004 Create jquery.sortElements.d.ts 2013-09-18 13:07:31 +02:00
Gregory Petrosyan 5266bc625f Add $watchCollection(obj, listener) API to angular.d.ts
https://github.com/angular/angular.js/blob/master/src/ng/rootScope.js#L362

Signed-off-by: Gregory Petrosyan <gregory.petrosyan@gmail.com>
2013-09-18 14:40:59 +04:00
Felix Fung ccde41a30a Leaflet Icon.Default returns an object that extends from Icon
From http://leafletjs.com/reference.html#icon

"L.Icon.Default extends L.Icon and is the blue icon Leaflet uses for
markers by default."
2013-09-18 04:28:00 -04:00
Christiaan Rakowski e86ed639ac added my name to the files 2013-09-18 10:04:22 +02:00
Christiaan Rakowski 9df793f7e8 updated scrollTo definitions 2013-09-18 10:00:16 +02:00
Felix Fung e494b68abf Leaflet FeatureGroup extends LayerGroup
From "http://leafletjs.com/reference.html#featuregroup"
L.FeatureGroup

Extended LayerGroup that also has mouse events (propagated from members
of the group) and a shared bindPopup method. Implements ILayer
interface.
2013-09-17 17:07:25 -04:00
Boris Yankov 6c7c46480d Merge pull request #1053 from RomanoLindano/master
Definitions for AngularJs Scenario Testing
2013-09-17 11:37:10 -07:00
basarat 6214ce4675 Sorry for the confusion between tween.js and tweenjs. TweenJS is a part of CreateJS, Tween.js is something different. 2013-09-17 19:39:16 +10:00
Romano Lindano 0b1dc70156 Definitions for AngularJs Scenario Testing 2013-09-17 08:11:46 +02:00
Diullei 207b3fd04a issue #371 - missed the ko.utils.peekObservable helper method 2013-09-16 23:35:26 -03:00
Diullei Gomes e23961e4de Merge pull request #1048 from fitzchak/patch-2
Add missing semicolon
2013-09-16 17:25:45 -07:00