mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 23:34:01 +01:00
No need to return cM in getcMInstance, just return the ternary value Shortened a few comments for clarity & byte saving No need to add length as 2nd param on substrs in a couple of places newTab setup as string to be used in a couple of places Ternary shortening on elemType Converted ternary statement back to if else to byte save on 2 ternaries Reversing bool on codeAssist var by using ! instead break is shorter & better too, than increasing i's value to escape