Commit Graph

6861 Commits

Author SHA1 Message Date
Jeremy Bell
c71628e076 Adding legacy 1.2 versions of angular-animate, angular-cookies, angular-mocks, angular-resource, angular-route, angular-sanitize, and angular-scenario to address a reference issue when you bring in the 1.2 version of the core angular library. Updated documentation links in the 1.2 versions to point to the 1.2 versions of the documentation. Labeled /angularjs/angular-*.ts as 1.3 in the headers. These will be the starting points for a deeper 1.3 update review - though they are mostly backwards compatible as-is. 2014-11-06 16:10:37 -05:00
Masahiro Wakame
b9b6d6b3d5 Merge pull request #3086 from vinayak-garg/master
Added typings for rowGrid.js
2014-11-05 19:10:50 +09:00
Vinayak Garg
cc7011b5ec Merge branch 'master' of https://github.com/vinayak-garg/DefinitelyTyped 2014-11-05 15:19:59 +05:30
Vinayak Garg
8e017781ba Fixed the comment 2014-11-05 15:18:14 +05:30
Vinayak Garg
e9fa156a9c Added test file 2014-11-05 15:18:14 +05:30
Vinayak Garg
b414519026 Added name in CONTRIBUTORS.md 2014-11-05 15:17:48 +05:30
Vinayak Garg
de91990ef2 Added interface for rowGrid.js 2014-11-05 15:16:53 +05:30
Vinayak Garg
f71c594fb6 Fixed the comment 2014-11-05 15:08:15 +05:30
Vinayak Garg
a3c57a84a5 Added test file 2014-11-05 15:01:00 +05:30
Masahiro Wakame
b36ee6a691 Merge pull request #3092 from horiuchi/supertest
update supertest typefiles
2014-11-05 15:19:44 +09:00
Masahiro Wakame
4e785a9292 Merge pull request #3090 from sebastien-de-saint-florent/patch-1
Update Q.d.ts with optional onRejected parameter
2014-11-05 14:49:43 +09:00
vvakame
d01d8826ee Merge branch 'master' of github.com:borisyankov/DefinitelyTyped 2014-11-05 14:41:32 +09:00
vvakame
4ba4781654 Merge branch 'Boltmade-cookie.js' 2014-11-05 14:40:39 +09:00
vvakame
11eee579f3 Merge branch 'cookie.js' of github.com:Boltmade/DefinitelyTyped into Boltmade-cookie.js
Conflicts:
	CONTRIBUTORS.md
2014-11-05 14:40:31 +09:00
Masahiro Wakame
2a73350037 Merge pull request #3089 from hellochar/patch-3
Add applyAsync to IRootScopeService
2014-11-05 14:38:28 +09:00
Masahiro Wakame
8acd48dbd7 Merge pull request #3085 from hakubo/Headroom-definitions
add definitions for Headroom
2014-11-05 14:22:28 +09:00
Masahiro Wakame
7b63d28271 Merge pull request #3083 from fatso83/revert-2778-master
Revert "Fixed error in test for indexedDB"
2014-11-05 14:14:13 +09:00
Horiuchi_H
56bdc23f78 add agent methods 2014-11-04 21:15:58 +09:00
Horiuchi_H
5559466c54 update typefiles 2014-11-04 19:08:20 +09:00
Masahiro Wakame
5e8ac2341f Merge pull request #3091 from pine613/fix/zepto/prependTo
Fix a bug
2014-11-04 16:45:35 +09:00
MIZUNE Pine
d41f971197 Fix a bug 2014-11-04 16:41:19 +09:00
Sébastien De Saint Florent
17df178729 Update Q.d.ts with optional onRejected parameter
Spread method does not require onRejected param.
From Q documentation:
function eventualAdd(a, b) {
    return Q.spread([a, b], function (a, b) {
        return a + b;
    })
}
2014-11-03 17:08:23 -05:00
Xiaohan Zhang
5868972ea7 Add applyAsync to IRootScopeService 2014-11-03 13:37:12 -08:00
vingarg
3a8f59bc93 Added name in CONTRIBUTORS.md 2014-11-03 20:02:55 +05:30
vingarg
bafa39895f Added interface for rowGrid.js 2014-11-03 19:50:00 +05:30
Jakub Olek
6810682be1 add definitions for Headroom 2014-11-03 13:39:36 +01:00
Carl-Erik Kopseng
7e58e7c469 Revert "Fixed error in test for indexedDB" 2014-11-03 11:53:12 +01:00
Masahiro Wakame
5b53994f10 Merge pull request #3074 from philippsimon/patch-1
Allow param and fparam be executed without a parameterName
2014-11-03 14:37:48 +09:00
Masahiro Wakame
11431d7337 Merge pull request #3072 from RHAD1969/patch-1
Update breeze.d.ts
2014-11-03 14:36:10 +09:00
Masahiro Wakame
cda2add48e Merge pull request #3068 from damianog/master
Update ckeditor
2014-11-03 14:31:52 +09:00
Masahiro Wakame
e4b0417c74 Merge pull request #3076 from gyohk/master
update to three.js r69.
2014-11-03 14:29:58 +09:00
Masahiro Wakame
f675f40201 Merge pull request #3077 from chbrown/master
Declare jszip as a module, in addition to the JSZip global
2014-11-03 14:29:29 +09:00
Christopher Brown
e5a6aa1c49 Declare jszip as a module, too. 2014-11-02 22:20:59 -06:00
satoru kimura
0cca9182b9 update to three.js r69. 2014-11-02 21:13:02 +09:00
Philipp Simon Schmidt
9fbcb5108e Allow param and fparam be executed without a parameterName 2014-11-02 01:04:13 +00:00
RHAD1969
d290ea22c1 Update breeze.d.ts
Added: 

createEntity(typeName: string, config?: {}, entityState?: EntityStateSymbol, mergeStrategy?: StrategySymbol): Entity;

to the breeze class.
2014-11-01 19:47:18 +01:00
Masahiro Wakame
0202fa0112 Merge pull request #3071 from ryiwamoto/wolfy87-eventemitter
Add wolfy87-eventemitter
2014-11-02 00:33:44 +09:00
ryiwamoto
9e30e0687f add wolfy87-eventemitter 2014-11-02 00:25:50 +09:00
Damiano
e0d184fc83 Update ckeditor
Added toolbarGroups and removePlugins  on configuration object.

http://docs.ckeditor.com/#!/guide/dev_toolbar
2014-10-31 18:04:28 +01:00
Masahiro Wakame
1fa34a5449 Merge pull request #3065 from ryiwamoto/eventemitter2
Add eventemitter2
2014-10-31 13:49:25 +09:00
ryiwamoto
0e1e696d91 add eventemitter2 2014-10-31 12:29:32 +09:00
Masahiro Wakame
06b7f3ac2b Merge pull request #3006 from DevExpress/master
T155655: fix
2014-10-31 11:39:06 +09:00
Masahiro Wakame
7be40b2a8a Merge pull request #3050 from eeasss/master
Added get_element and get/set_id properties.
2014-10-30 15:18:33 +09:00
Masahiro Wakame
57b6881ee9 Merge pull request #3052 from kalibrr/ckeditor
Add methods for CKEDITOR.{plugins, dialog, widgets.repository}
2014-10-30 15:16:41 +09:00
Masahiro Wakame
77eb93c229 Merge pull request #3061 from micurs/master
Allows to pass a generic Object to Logger.child() - see https://github.c...
2014-10-30 15:11:45 +09:00
Masahiro Wakame
f3c643b2d1 Merge pull request #3059 from chbrown/master
htmlparser2: add aliases for write/end; add Parser constructor 'options' arg
2014-10-30 15:05:25 +09:00
Masahiro Wakame
078fe47b99 Merge pull request #3058 from FredrikBorgstrom/master
applyBindings: made the viewmodel optional
2014-10-30 15:01:32 +09:00
Masahiro Wakame
176973c85a Merge pull request #3057 from mackayj/master
Adding Angular 1.3's "bindToController" to be used with "controllerAs" on directives
2014-10-30 14:58:36 +09:00
Masahiro Wakame
36be7cc502 Merge pull request #3055 from pine613/fix/zepto/ajax
Bugfix
2014-10-30 14:55:47 +09:00
Masahiro Wakame
ac60977104 Merge pull request #3054 from pine613/feature/cookie
Add cookie
2014-10-30 14:54:41 +09:00