Closed GoogleCodeExporter closed 8 years ago
Original comment by kris...@gmail.com
on 18 Sep 2009 at 5:56
Same issue here. Also, trying it after page load also fails - but, it does work
when
manually trying it using Firebug (in FF)...there is a specific event to wait
for,
just don't know which one.
// fails
dojo.addOnLoad(function() {
console.debug(pjs.getUserName());
});
Original comment by deepak.n...@gmail.com
on 8 Dec 2009 at 9:31
Works when used after getStores() call:
// works
dojox.data.PersevereStore.getStores().
addCallback(function(stores) {
console.debug(pjs.getUserName());
});
Original comment by deepak.n...@gmail.com
on 8 Dec 2009 at 9:34
Original issue reported on code.google.com by
i...@alexanderweiss.nl
on 12 Sep 2009 at 2:44