fix typo/copy and past error on dataGetUIDdata

This commit is contained in:
Klaus Leithoff 2013-03-04 16:25:39 +00:00
parent 2b27946d6f
commit 9b0623ff3a

View File

@ -403,7 +403,7 @@ egw.extend("data_storage", egw.MODULE_GLOBAL, function (_app, _wnd) {
* data.
*/
dataGetUIDdata: function (_uid) {
return typeof localStorage[_uid];
return localStorage[_uid];
},
/**