We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43f9e97 + a2735a6 commit 5eeeafeCopy full SHA for 5eeeafe
libraries/help-tooltip.js
@@ -3,7 +3,7 @@
3
$.get('sketch.js', function(data) {
4
var helpText = getCommentBlock(data);
5
if (helpText) createHelp(helpText);
6
- });
+ }, 'text');
7
8
function getCommentBlock(data) {
9
// RegEx from https://github.com/yavorskiy/comment-parser/blob/master/parser.js
0 commit comments