When creating a new Visual Studio 2013 "App for Office 2013" project, how do I determine what version the JavaScript API for Office is? I see examples at Microsoft's website...
http://msdn.microsoft.com/en-us/library/office/dn482498(v=office.1501401).aspx
... but I am missing "goToByIdAsync" as an option, and wondering if it is a JavaScript API version concern. The version specified in the URL example above is 1.1.
At any rate, given Microsoft has opted to version the API, there must be a way to identify the current version in a project....
OK - well I found what I believe is the answer. I performed the following steps to identify a version number...
Searching NuGet, I see a newer version - version 1.1.0.3 is available. I installed this version, and find it has the goToByIdAsync option....
The following URL shows the changes between version 1.0 and 1.1, including the addition of goToByIdAsync...
http://msdn.microsoft.com/EN-US/library/office/dn609936(v=office.15).aspx