Fix function name to be consistent with convention

This commit is contained in:
Dave Rael
2015-10-22 08:49:08 -06:00
parent 810f0e4583
commit 35345893fc

View File

@@ -14,9 +14,9 @@ class AtomPortable
return false if not fs.existsSync(@getPortableAtomHomePath())
# currently checking only that the directory exists and is writable,
# probably want to do some integrity checks on contents in future
@portableAtomHomePathWritable(defaultHome)
@isPortableAtomHomePathWritable(defaultHome)
@portableAtomHomePathWritable: (defaultHome) ->
@isPortableAtomHomePathWritable: (defaultHome) ->
writable = false
message = ""
try