js: Add JSDoc to exported functions and fix incorrect JSDoc formatting
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1499>
This commit is contained in:

committed by
Florian Müllner

parent
4642a8541d
commit
64aa871a8a
@ -33,6 +33,10 @@ var POPUP_ANIMATION_TIME = 150;
|
||||
var BoxPointer = GObject.registerClass({
|
||||
Signals: { 'arrow-side-changed': {} },
|
||||
}, class BoxPointer extends St.Widget {
|
||||
/**
|
||||
* @param {*} arrowSide side to draw the arrow on
|
||||
* @param {*} binProperties Properties to set on contained bin
|
||||
*/
|
||||
_init(arrowSide, binProperties) {
|
||||
super._init();
|
||||
|
||||
|
Reference in New Issue
Block a user