Skip to content
Snippets Groups Projects
Commit 00eefae9 authored by Xavier Morel's avatar Xavier Morel
Browse files

[FIX] doc: implement delegation/inheritance in JS documenter

Else website_sale_wishlist.wishlist blows up the documenter:
``events`` is set to sAnimations.Class.events but that is not an "own
property" of sAnimation.Class, it is instead inherited from Widget.

If delegation is not implemented, the value resolves to <nothing>,
which blows up when trying to set its name to the "property name" (by
calling ``set_name``).
parent 453e81cd
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment