[Webkit-unassigned] [Bug 8389] support for Cocoa bindings - binding an NSTreeController to the WebView's DOM
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Fri Apr 14 21:44:42 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8389
timothy at hatcher.name changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #7720|review? |review+
Flag| |
------- Comment #9 from timothy at hatcher.name 2006-04-14 21:44 PDT -------
(From update of attachment 7720)
Looks great! Thanks for the code comments.
+ if ([length respondsToSelector:@selector(intValue)])
+ return [length intValue];
+ else
+ return 0;
One minor style thing for the future; no need for "else" here.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list