mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
Fixed: Added a comment on tricky code line
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user