Skip to content

Commit

Permalink
Fixed a bug with the vimeo load node method.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Dec 27, 2019
1 parent b79556b commit 7e7f7b3
Show file tree
Hide file tree
Showing 48 changed files with 568 additions and 563 deletions.
2 changes: 1 addition & 1 deletion bin/osmplayer.compressed.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions bin/osmplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -5804,8 +5804,9 @@ minplayer.players.vimeo.getNode = function(file, callback) {
url: 'http://vimeo.com/api/v2/video/' + file.id + '.json',
dataType: 'jsonp',
success: function(data) {
minplayer.players.vimeo.nodes[file.id] = data[0];
callback(minplayer.players.vimeo.parseNode(data[0]));
var node = minplayer.players.vimeo.parseNode(data[0]);
minplayer.players.vimeo.nodes[file.id] = node;
callback(node);
}
});
}
Expand Down
2 changes: 1 addition & 1 deletion doc/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ <h2><a href="symbols/src/src_osmplayer.teaser.js.html">src/osmplayer.teaser.js</
</div>
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:08 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:27 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ <h2><a href="symbols/osmplayer.teaser.html">osmplayer.teaser</a></h2>
</div>
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:08 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:27 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/_global_.html
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:07 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:26 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/jQuery.fn.minplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:07 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:26 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/jQuery.fn.osmplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:07 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:26 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/minplayer.async.html
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:07 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:26 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/minplayer.compatibility.html
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:07 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:26 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/minplayer.display.html
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:07 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:26 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/minplayer.file.html
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:07 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:26 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/minplayer.flags.html
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:07 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:26 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/minplayer.image.html
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:07 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:26 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/minplayer.players.base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2270,7 +2270,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:07 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:26 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/minplayer.players.flash.html
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:07 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:26 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/minplayer.players.html5.html
Original file line number Diff line number Diff line change
Expand Up @@ -1470,7 +1470,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:07 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:26 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/minplayer.players.limelight.html
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:07 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:26 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/minplayer.players.minplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:07 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:26 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/minplayer.players.vimeo.html
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:07 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:26 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/minplayer.players.youtube.html
Original file line number Diff line number Diff line change
Expand Up @@ -1851,7 +1851,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:07 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:27 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/minplayer.plugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:08 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:27 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/osmplayer.html
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:08 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:27 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/osmplayer.pager.html
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:08 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:27 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/osmplayer.playlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:08 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:27 GMT-0600 (CST)
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion doc/symbols/osmplayer.teaser.html
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ <h1 class="classTitle">
<!-- ============================== footer ================================= -->
<div class="fineprint" style="clear:both">

Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:43:08 GMT-0600 (CST)
Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blank">JsDoc Toolkit</a> 2.4.0 on Tue Feb 26 2013 20:48:27 GMT-0600 (CST)
</div>
</body>
</html>
Loading

0 comments on commit 7e7f7b3

Please sign in to comment.