From e216982e31d19c14202344603bf8a7343799c204 Mon Sep 17 00:00:00 2001 From: Sam McDonald Date: Sat, 1 Nov 2008 03:26:50 -0400 Subject: [PATCH] Fixed Whitespace error. --- Foundation/CPString.j | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Foundation/CPString.j b/Foundation/CPString.j index 559c3e2..8a73de1 100644 --- a/Foundation/CPString.j +++ b/Foundation/CPString.j @@ -600,7 +600,7 @@ var CPStringHashes = new objj_dictionary(); separated file system path. */ - (CPString)stringByDeletingLastPathComponent -{ +{ return substr(0, lastIndexOf('/', length - 2) + 1); } -- 1.6.0.2