mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
fixed IDE warnings
This commit is contained in:
parent
2b3fe9b57b
commit
5facfc02a1
@ -182,8 +182,9 @@ var et2_description = et2_baseWidget.extend([et2_IDetachedDOM],
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Code for implementing et2_IDetachedDOM
|
* Code for implementing et2_IDetachedDOM
|
||||||
|
*
|
||||||
|
* @param {array} _attrs
|
||||||
*/
|
*/
|
||||||
|
|
||||||
getDetachedAttributes: function(_attrs)
|
getDetachedAttributes: function(_attrs)
|
||||||
{
|
{
|
||||||
_attrs.push("value", "class", "href");
|
_attrs.push("value", "class", "href");
|
||||||
|
Loading…
Reference in New Issue
Block a user