Closed (fixed)
Project:
Tabs (jQuery UI tabs)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Sep 2009 at 04:34 UTC
Updated:
10 Oct 2009 at 18:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
boombatower commentedempty() will be true if !isset() so the condition can be optimized.
To fix the notice I wrapped #children chunk with !empty.
Comment #2
nedjoThanks, applied.