mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove semicolons
This commit is contained in:
@@ -59,7 +59,7 @@ _.mixin
|
||||
# I choose to escape every character with '\'
|
||||
# even though only some strictly require it when inside of []
|
||||
regex = RegExp('[' + specials.join('\\') + ']', 'g')
|
||||
string.replace(regex, "\\$&");
|
||||
string.replace(regex, "\\$&")
|
||||
|
||||
humanizeEventName: (eventName, eventDoc) ->
|
||||
[namespace, event] = eventName.split(':')
|
||||
|
||||
Reference in New Issue
Block a user