mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix(gridster): remove_widget Returns the instance of the Gridster Class
Following same pattern as remove_all_widgets --> remove_widget also return *this* (as per inlined comment documentation)
This commit is contained in:
@@ -479,6 +479,8 @@
|
||||
callback.call(this, el);
|
||||
}
|
||||
}, this));
|
||||
|
||||
return this;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user