|
From: Alan K. <al...@tr...> - 2008-11-21 16:18:51
|
Waldbaer wrote:
> Which location in the source code should the Locator point to?
>
> Should it always point to the first character?
>
> Example:
>
> @import "../../dojo/resources/dojo.css";
> ^ Locator for CSSImportRuleImpl
>
> #testLayout {
> ^ Locator for CSSStyleRuleImpl
>
That seems like a sensible approach to me.
|