You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Ran a conversion on our code base noticednext change all across:
Old Code:
var dateFormat = dojo._base.lang.trim( dojo._base.html.attr(node, "dateFormat") || "");
Converted to:
var dateFormat = lang.trim( html.attr(node, seteFormat") || "");
This happens for all markupFacotry using this api.
thx
tsemach.
The text was updated successfully, but these errors were encountered:
Hi
Ran a conversion on our code base noticednext change all across:
Old Code:
var dateFormat = dojo._base.lang.trim( dojo._base.html.attr(node, "dateFormat") || "");
Converted to:
var dateFormat = lang.trim( html.attr(node, seteFormat") || "");
This happens for all markupFacotry using this api.
thx
tsemach.
The text was updated successfully, but these errors were encountered: