removing comment fix and putting it in another pr

master
javathunderman 2016-01-18 01:34:46 +00:00
parent 3b446e082e
commit 5d01a59c60
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ DDH.cheat_sheets.build = function(ops) {
return result;
});
var re_brackets = /(?:\[|\{|\}|\])/, // search for [, {, }, or ]
var re_brackets = /(?:\[|\{|\}|\])/, // search for [, {, }, or }
re_whitespace = /\s+/, // search for spaces
re_codeblock = /<code>(.+?)<\/code>/g; // search for <code></code>