mirror of
https://github.com/Hopiu/annotate-extension.git
synced 2026-03-17 00:10:23 +00:00
commit
a9e533d57d
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
|
@ -95,7 +95,7 @@ define(function (require, exports, module) {
|
|||
txtFrom = txtFrom.substr(0, txtFrom.indexOf("{"));
|
||||
|
||||
//take any comment off
|
||||
txtFrom = txtFrom.replace(new RegExp(REGEX_PATTERNS.comment,'g'), '')
|
||||
txtFrom = txtFrom.replace(new RegExp(REGEX_PATTERNS.comment,'g'), '');
|
||||
|
||||
var results = txtFrom.match(new RegExp(REGEX_PATTERNS.jsVariable,'g'));
|
||||
switch(true) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue