From 35345893fcad7a628bf5d17d68109ef25aaa0f8a Mon Sep 17 00:00:00 2001 From: Dave Rael Date: Thu, 22 Oct 2015 08:49:08 -0600 Subject: [PATCH] Fix function name to be consistent with convention --- src/browser/atom-portable.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/browser/atom-portable.coffee b/src/browser/atom-portable.coffee index d121d8c13..4037c95bb 100644 --- a/src/browser/atom-portable.coffee +++ b/src/browser/atom-portable.coffee @@ -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