You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by GitBox <gi...@apache.org> on 2019/06/06 11:56:43 UTC

[GitHub] [wicket] martin-g commented on a change in pull request #368: Wicket 6673 priority ordering

martin-g commented on a change in pull request #368: Wicket 6673 priority ordering
URL: https://github.com/apache/wicket/pull/368#discussion_r291147002
 
 

 ##########
 File path: wicket-core/src/main/java/org/apache/wicket/markup/head/ResourceAggregator.java
 ##########
 @@ -202,21 +173,19 @@ public ResourceAggregator(IHeaderResponse real)
 	public void markRendered(Object object)
 	{
 		super.markRendered(object);
-		if (object instanceof Component || object instanceof Behavior)
 
 Review comment:
   Why `Behavior` is no more tracked ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services