Skip to content
Snippets Groups Projects
Commit f8dde555 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

why

parent c784a761
No related branches found
No related tags found
1 merge request!7611Markets to JS
...@@ -99,7 +99,4 @@ editor.rereplace(r"( r.push.*?[^{])(slave\.[^ ,']*)", r"\1${\2}") ...@@ -99,7 +99,4 @@ editor.rereplace(r"( r.push.*?[^{])(slave\.[^ ,']*)", r"\1${\2}")
#remove incompatible comment style #remove incompatible comment style
editor.rereplace(r"/%", r"/*") editor.rereplace(r"/%", r"/*")
editor.rereplace(r"%/", r"*/") editor.rereplace(r"%/", r"*/")
\ No newline at end of file
# replace random() with jsRandom()
editor.rereplace(r"random\(", r"jsRandom\(")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment