git-svn-id: trunk@43332 -
@@ -97,6 +97,7 @@ end;
procedure THTMLResourceLinkHandler.DoneUnit(IsMainFile : Boolean);
begin
// Do no call inherited, it will clear the list
+ if IsMainFile then ;
end;
@@ -72,6 +72,8 @@ uses base64;
procedure TNoResources.HandleResource(aFileName: string; Options: TStrings);
// Do nothing
+ if aFileName='' then ;
+ if Options=nil then ;
@@ -169,6 +171,7 @@ end;
function TPas2jsResourceHandler.WriteJS(const aUnitName: String; aModule: TJSElement): TJSElement;
Result:=aModule;
+ if aUnitName='' then ;