Skip to content

Commit

Permalink
fix broken docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuC authored and MathieuC committed Feb 2, 2021
1 parent ddf3189 commit 1df5ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openHarmony/openHarmony_node.js
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,7 @@ Object.defineProperty($.oDrawingNode.prototype, "palettes", {
/**
* Gets the drawing name at the given frame.
* @param {int} frameNumber
* @return
* @return {$.oDrawing}
*/
$.oDrawingNode.prototype.getDrawingAtFrame = function(frameNumber){
if (typeof frame === "undefined") var frame = this.$.scene.currentFrame;
Expand Down

0 comments on commit 1df5ea9

Please sign in to comment.