From dd1dfdcfeb5794faee06d33fe8a6fc7dcde5e224 Mon Sep 17 00:00:00 2001 From: Martin Carlberg Date: Mon, 26 Jun 2017 16:25:44 +0200 Subject: [PATCH] Fixed: Added a comment on tricky code line --- Objective-J/Executable.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Objective-J/Executable.js b/Objective-J/Executable.js index 6f65764cd..1e7844392 100644 --- a/Objective-J/Executable.js +++ b/Objective-J/Executable.js @@ -399,6 +399,7 @@ function fileExecutableDependencyLoadFinished() Executable.prototype.referenceURL = function() { if (this._referenceURL === undefined) + // Removed the filename (if any) from the path to get the directory this._referenceURL = new CFURL(".", this.URL()); return this._referenceURL;