diff --git a/libraries/help-tooltip.js b/libraries/help-tooltip.js index 4a564e2e..29413ba6 100644 --- a/libraries/help-tooltip.js +++ b/libraries/help-tooltip.js @@ -3,7 +3,7 @@ $.get('sketch.js', function(data) { var helpText = getCommentBlock(data); if (helpText) createHelp(helpText); - }); + }, 'text'); function getCommentBlock(data) { // RegEx from https://github.com/yavorskiy/comment-parser/blob/master/parser.js