Skip to content

Commit

Permalink
Travis build 770 committed dist/ and doc/
Browse files Browse the repository at this point in the history
  • Loading branch information
falcor-build committed Aug 20, 2019
1 parent 3ba77ad commit c120314
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 24 deletions.
2 changes: 1 addition & 1 deletion dist/falcor.all.js
Expand Up @@ -277,7 +277,7 @@ Model.prototype.preload = function preload() {
* @param {Path} functionPath - the path to the function to invoke
* @param {Array.<Object>} args - the arguments to pass to the function
* @param {Array.<PathSet>} refPaths - the paths to retrieve from the JSON Graph References in the message returned from the function
* @param {Array.<PathSet>} thisPaths - the paths to retrieve from function's this object after successful function execution
* @param {Array.<PathSet>} extraPaths - additional paths to retrieve after successful function execution
* @return {ModelResponse.<JSONEnvelope> - a JSONEnvelope contains the values returned from the function
*/
Model.prototype.call = function call() {
Expand Down
2 changes: 1 addition & 1 deletion dist/falcor.browser.js
Expand Up @@ -269,7 +269,7 @@ Model.prototype.preload = function preload() {
* @param {Path} functionPath - the path to the function to invoke
* @param {Array.<Object>} args - the arguments to pass to the function
* @param {Array.<PathSet>} refPaths - the paths to retrieve from the JSON Graph References in the message returned from the function
* @param {Array.<PathSet>} thisPaths - the paths to retrieve from function's this object after successful function execution
* @param {Array.<PathSet>} extraPaths - additional paths to retrieve after successful function execution
* @return {ModelResponse.<JSONEnvelope> - a JSONEnvelope contains the values returned from the function
*/
Model.prototype.call = function call() {
Expand Down
12 changes: 6 additions & 6 deletions doc/DataSource.html
Expand Up @@ -136,7 +136,7 @@ <h3 class="subsection-title">Methods</h3>



<h4 class="name section-header function-name" id="call"><span class="type-signature"></span>call<span class="signature">(functionPath, args, refSuffixes, thisPaths)</span><span class="type-signature return-signature"> &rarr; {<a href="Observable.html">Observable</a>.&lt;<a href="global.html#JSONGraphEnvelope">JSONGraphEnvelope</a>>}</span></h4>
<h4 class="name section-header function-name" id="call"><span class="type-signature"></span>call<span class="signature">(functionPath, args, refSuffixes, extraPaths)</span><span class="type-signature return-signature"> &rarr; {<a href="Observable.html">Observable</a>.&lt;<a href="global.html#JSONGraphEnvelope">JSONGraphEnvelope</a>>}</span></h4>



Expand Down Expand Up @@ -254,7 +254,7 @@ <h5>Parameters:</h5>
<tr>

<td>
<span class="name">thisPaths</span>
<span class="name">extraPaths</span>

</td>

Expand All @@ -270,7 +270,7 @@ <h5>Parameters:</h5>



<td class="description last"><p>paths to retrieve from function's this object after successful function execution</p></td>
<td class="description last"><p>additional paths to retrieve after successful function execution</p></td>
</tr>


Expand Down Expand Up @@ -314,7 +314,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source">
<a href="typedefs_DataSource.js.html">typedefs/DataSource.js</a>, <a href="typedefs_DataSource.js.html#line26">line 26</a>
<a href="typedefs_DataSource.js.html">typedefs/DataSource.js</a>, <a href="typedefs_DataSource.js.html#line25">line 25</a>
</dd>


Expand Down Expand Up @@ -476,7 +476,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source">
<a href="typedefs_DataSource.js.html">typedefs/DataSource.js</a>, <a href="typedefs_DataSource.js.html#line8">line 8</a>
<a href="typedefs_DataSource.js.html">typedefs/DataSource.js</a>, <a href="typedefs_DataSource.js.html#line7">line 7</a>
</dd>


Expand Down Expand Up @@ -638,7 +638,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source">
<a href="typedefs_DataSource.js.html">typedefs/DataSource.js</a>, <a href="typedefs_DataSource.js.html#line17">line 17</a>
<a href="typedefs_DataSource.js.html">typedefs/DataSource.js</a>, <a href="typedefs_DataSource.js.html#line16">line 16</a>
</dd>


Expand Down
12 changes: 6 additions & 6 deletions doc/HttpDataSource.html
Expand Up @@ -201,7 +201,7 @@ <h3 class="subsection-title">Methods</h3>



<h4 class="name section-header function-name" id="call"><span class="type-signature"></span>call<span class="signature">(functionPath, args, refSuffixes, thisPaths)</span><span class="type-signature return-signature"> &rarr; {<a href="Observable.html">Observable</a>.&lt;<a href="global.html#JSONGraphEnvelope">JSONGraphEnvelope</a>>}</span></h4>
<h4 class="name section-header function-name" id="call"><span class="type-signature"></span>call<span class="signature">(functionPath, args, refSuffixes, extraPaths)</span><span class="type-signature return-signature"> &rarr; {<a href="Observable.html">Observable</a>.&lt;<a href="global.html#JSONGraphEnvelope">JSONGraphEnvelope</a>>}</span></h4>



Expand Down Expand Up @@ -319,7 +319,7 @@ <h5>Parameters:</h5>
<tr>

<td>
<span class="name">thisPaths</span>
<span class="name">extraPaths</span>

</td>

Expand All @@ -335,7 +335,7 @@ <h5>Parameters:</h5>



<td class="description last"><p>paths to retrieve from function's this object after successful function execution</p></td>
<td class="description last"><p>additional paths to retrieve after successful function execution</p></td>
</tr>


Expand Down Expand Up @@ -384,7 +384,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source">
<a href="typedefs_DataSource.js.html">typedefs/DataSource.js</a>, <a href="typedefs_DataSource.js.html#line26">line 26</a>
<a href="typedefs_DataSource.js.html">typedefs/DataSource.js</a>, <a href="typedefs_DataSource.js.html#line25">line 25</a>
</dd>


Expand Down Expand Up @@ -551,7 +551,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source">
<a href="typedefs_DataSource.js.html">typedefs/DataSource.js</a>, <a href="typedefs_DataSource.js.html#line8">line 8</a>
<a href="typedefs_DataSource.js.html">typedefs/DataSource.js</a>, <a href="typedefs_DataSource.js.html#line7">line 7</a>
</dd>


Expand Down Expand Up @@ -718,7 +718,7 @@ <h5>Parameters:</h5>

<dt class="tag-source">Source:</dt>
<dd class="tag-source">
<a href="typedefs_DataSource.js.html">typedefs/DataSource.js</a>, <a href="typedefs_DataSource.js.html#line17">line 17</a>
<a href="typedefs_DataSource.js.html">typedefs/DataSource.js</a>, <a href="typedefs_DataSource.js.html#line16">line 16</a>
</dd>


Expand Down
6 changes: 3 additions & 3 deletions doc/Model.html
Expand Up @@ -891,7 +891,7 @@ <h4 class="name section-header function-name" id="boxValues"><span class="type-s



<h4 class="name section-header function-name" id="call"><span class="type-signature"></span>call<span class="signature">(functionPath, args, refPaths, thisPaths)</span><span class="type-signature return-signature"></span></h4>
<h4 class="name section-header function-name" id="call"><span class="type-signature"></span>call<span class="signature">(functionPath, args, refPaths, extraPaths)</span><span class="type-signature return-signature"></span></h4>



Expand Down Expand Up @@ -1009,7 +1009,7 @@ <h5>Parameters:</h5>
<tr>

<td>
<span class="name">thisPaths</span>
<span class="name">extraPaths</span>

</td>

Expand All @@ -1025,7 +1025,7 @@ <h5>Parameters:</h5>



<td class="description last"><p>the paths to retrieve from function's this object after successful function execution</p></td>
<td class="description last"><p>additional paths to retrieve after successful function execution</p></td>
</tr>


Expand Down
2 changes: 1 addition & 1 deletion doc/Model.js.html
Expand Up @@ -257,7 +257,7 @@ <h2>
* @param {Path} functionPath - the path to the function to invoke
* @param {Array.&lt;Object>} args - the arguments to pass to the function
* @param {Array.&lt;PathSet>} refPaths - the paths to retrieve from the JSON Graph References in the message returned from the function
* @param {Array.&lt;PathSet>} thisPaths - the paths to retrieve from function's this object after successful function execution
* @param {Array.&lt;PathSet>} extraPaths - additional paths to retrieve after successful function execution
* @return {ModelResponse.&lt;JSONEnvelope> - a JSONEnvelope contains the values returned from the function
*/
Model.prototype.call = function call() {
Expand Down
11 changes: 5 additions & 6 deletions doc/typedefs_DataSource.js.html
Expand Up @@ -19,8 +19,7 @@ <h2>
* A DataSource is an interface which can be implemented to expose JSON Graph information to a Model. Every DataSource is associated with a single JSON Graph object. Models execute JSON Graph operations (get, set, and call) to retrieve values from the DataSource’s JSON Graph object. DataSources may retrieve JSON Graph information from anywhere, including device memory, a remote machine, or even a lazily-run computation.
* @constructor DataSource
* @abstract
*/

*/

/**
* The get method retrieves values from the DataSource's associated JSONGraph object.
Expand All @@ -29,7 +28,7 @@ <h2>
* @arg {Array.&lt;PathSet>} pathSets the path(s) to retrieve
* @returns {Observable.&lt;JSONGraphEnvelope>} jsonGraphEnvelope the response returned from the server.
* @memberof DataSource.prototype
*/
*/

/**
* The set method accepts values to set in the DataSource's associated JSONGraph object.
Expand All @@ -38,7 +37,7 @@ <h2>
* @arg {JSONGraphEnvelope} jsonGraphEnvelope a JSONGraphEnvelope containing values to set in the DataSource's associated JSONGraph object.
* @returns {Observable.&lt;JSONGraphEnvelope>} a JSONGraphEnvelope containing all of the requested values after the set operation.
* @memberof DataSource.prototype
*/
*/

/**
* Invokes a function in the DataSource's JSONGraph object.
Expand All @@ -47,10 +46,10 @@ <h2>
* @arg {Path} functionPath the path to the function to invoke
* @arg {Array.&lt;Object>} args the arguments to pass to the function
* @arg {Array.&lt;PathSet>} refSuffixes paths to retrieve from the targets of JSONGraph References in the function's response.
* @arg {Array.&lt;PathSet>} thisPaths paths to retrieve from function's this object after successful function execution
* @arg {Array.&lt;PathSet>} extraPaths additional paths to retrieve after successful function execution
* @returns {Observable.&lt;JSONGraphEnvelope>} jsonGraphEnvelope the response returned from the server.
* @memberof DataSource.prototype
*/
*/
</code></pre>
</article>
</section>
Expand Down

0 comments on commit c120314

Please sign in to comment.