DefinitelyTyped/sharepoint
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
..
SharePoint-tests.ts Added sptypescript 1.1 definitions 2013-07-13 18:49:12 +04:00
SharePoint-tests.ts.tscparams Remove quotes from response files 2014-09-02 14:53:39 -07:00
SharePoint.d.ts useAnimation made optional in Callout 2014-11-13 12:59:33 +01:00
SharePoint.d.ts.tscparams Remove quotes from response files 2014-09-02 14:53:39 -07:00