Commit Graph
14 Commits
Author SHA1 Message Date
Allan Hvam a09cf953bd useAnimation made optional in Callout
useAnimation should be optional in Callout close and open. I couldn't find any official documentation on this, but SharePoint defaults to false if it is not set:

this.close = function(useAnimation) {
   useAnimation = m$.isBoolean(useAnimation) ? useAnimation : false;

Examples online also shows that this argument should be optional:
http://blog.alexboev.com/2012/08/custom-callouts-in-sharepoint-2013_21.html
2014-11-13 12:59:33 +01:00
Eraknelo 3994e6d6a4 Capitalization error
http://msdn.microsoft.com/en-us/library/office/jj245318(v=office.15).aspx
2014-08-08 15:45:39 +02:00
gandjustas bc3401efbc Fixed bug 2014-06-15 19:13:04 +04:00
gandjustas 8d7e5ce448 Added SharePoint definitions and fixed bugs. 2014-06-15 16:41:43 +04:00
Bartvds 1c1a37c1e4 removed utf-8 BOM marker
for consistency
2014-01-24 18:51:21 +01:00
Bartvds 709a0363a0 added/fixed headers o-s
https://github.com/borisyankov/DefinitelyTyped/issues/1570
2014-01-24 01:56:27 +01:00
gandjustas 4ca422a18c Added SP.Publishing and SP.DocumentManagement; Checked for TS 0.9.5 2013-12-09 23:34:57 +04:00
gandjustas 80c04d0409 Added chrome control, ClientPeoplePicker and Reputation definitions. 2013-10-26 18:53:49 +04:00
gandjustas 1a6e8c00ec Merge remote-tracking branch 'upstream/master'
Conflicts:
	sharepoint/SharePoint.d.ts
2013-10-17 01:13:20 +04:00
gandjustas 14d5602a86 Added generic type parameters 2013-10-17 00:51:39 +04:00
Diullei 4086f580ba SharePoint - fix compiler error 2013-09-08 16:23:34 -03:00
gandjustas 7a42eaac2c Updated SharePoint.d.ts to TypeScript version 0.9.1 2013-08-07 02:06:01 +04:00
gandjustas 704fb61af7 SharePoint definitions: Added RequestExecutor, Animations, improved SOD, small bug fixes. 2013-08-04 18:25:39 +04:00
gandjustas be81dfd4f8 Added sptypescript 1.1 definitions 2013-07-13 18:49:12 +04:00