mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Refactored all the backslash ref and ref() calls to use REF() instead (#19847)
Refactored all the backslash ref and ref() calls to use REF() instead. Added a linting for raw ref proc calls.
This commit is contained in:
@@ -7,4 +7,4 @@
|
||||
create_object_html = file2text('html/create_object.html')
|
||||
create_object_html = replacetext(create_object_html, "null /* object types */", "\"[objectjs]\"")
|
||||
|
||||
user << browse(replacetext(create_object_html, "/* ref src */", "\ref[src]"), "window=create_object;size=600x600")
|
||||
user << browse(replacetext(create_object_html, "/* ref src */", "[REF(src)]"), "window=create_object;size=600x600")
|
||||
|
||||
Reference in New Issue
Block a user