Skip to content

Commit 078c106

Browse files
Remove the "::" separator from the SEPARATORS_REGEXP in searcher.js.
1 parent 00cb995 commit 078c106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/app/searcher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ app.Searcher = class Searcher extends Events {
154154
};
155155

156156
static SEPARATORS_REGEXP =
157-
/#|::|:-|->|\$(?=\w)|\-(?=\w)|\:(?=\w)|\ [\/\-&]\ |:\ |\ /g;
157+
/#|:-|->|\$(?=\w)|\-(?=\w)|\:(?=\w)|\ [\/\-&]\ |:\ |\ /g;
158158
static EOS_SEPARATORS_REGEXP = /(\w)[\-:]$/;
159159
static INFO_PARANTHESES_REGEXP = /\ \(\w+?\)$/;
160160
static EMPTY_PARANTHESES_REGEXP = /\(\)/;

0 commit comments

Comments
 (0)