On Tue, Apr 22, 2008 at 3:57 PM, Bertrand Delacretaz <[email protected]> wrote: > ... var uuid = v.getProperty("jcr:uuid"); ...
Note that since SLING-383 this should be replaced by var uuid = v["jcr:uuid"]; -Bertrand
On Tue, Apr 22, 2008 at 3:57 PM, Bertrand Delacretaz <[email protected]> wrote: > ... var uuid = v.getProperty("jcr:uuid"); ...
Note that since SLING-383 this should be replaced by var uuid = v["jcr:uuid"]; -Bertrand