mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02: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