mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Fix for remaining reference to objj_standardize_path.
Closes #1040. Reviewed by me.
This commit is contained in:
@@ -755,7 +755,8 @@ var CPStringRegexSpecialCharacters = [
|
||||
|
||||
- (CPString)stringByStandardizingPath
|
||||
{
|
||||
return objj_standardize_path(self);
|
||||
// FIXME: Expand tildes etc. in CommonJS?
|
||||
return [[CPURL URLWithString:self] absoluteString];
|
||||
}
|
||||
|
||||
- (CPString)copy
|
||||
|
||||
Reference in New Issue
Block a user