Hey,

Just the same theme. In migration from 1.6 to 2.0 process was missed that
1.6:         this.ls<http://this.ls/> = qx.bom.storage.Local.getInstance();
2.0:         this.ls<http://this.ls/> = qx.bom.storage.Web.getLocal();
There is no qx.bom.storage.Local anymore in 2.0
So, I'm still staying on 1.6

qx.bom.storage.* was experimental and has been replaced with a newer 
implementation (the one you already mentioned). As for experimental API, there 
is usually not migration available and thats why it just went. But it should be 
easy to migrate your code with two regular expressions like in the sample 
above. The rest of the API did not change as far as I remember.

Regards,
Martin
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to