Fixed: Added a comment on tricky code line

This commit is contained in:
Martin Carlberg
2017-06-26 16:25:44 +02:00
parent c0233c803d
commit dd1dfdcfeb
+1
View File
@@ -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;