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
IN PluginHost.js 2 calls to Y.log are like so:
Y.log("Attempt to replug an already attached plugin, and we can't setAttrs, because it's not Attribute based: " + ns);
with no filter information. Due to this they are never shown in the log.
They should be:
Y.log("Attempt to replug an already attached plugin, and we can't setAttrs, because it's not Attribute based: " + ns, 'error', 'PluginHost');
The text was updated successfully, but these errors were encountered:
tribis
added a commit
to tribis/yui3
that referenced
this issue
Aug 17, 2014
IN PluginHost.js 2 calls to Y.log are like so:
Y.log("Attempt to replug an already attached plugin, and we can't setAttrs, because it's not Attribute based: " + ns);
with no filter information. Due to this they are never shown in the log.
They should be:
Y.log("Attempt to replug an already attached plugin, and we can't setAttrs, because it's not Attribute based: " + ns, 'error', 'PluginHost');
The text was updated successfully, but these errors were encountered: