You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
It seems there is absent parameter in signature of bindCSS and in the corresponding example inside DOM Bindings document.
In the former case there is no reference to the processed DOM element:
.bindCSS(attr_name,value) — set a CSS attribute of the DOM obj.
In the latter case CSS style property (attr_name) is absent:
var binding = cjs.bindCSS(my_elem, bg_color); // my_elem has a red background
The text was updated successfully, but these errors were encountered:
It seems there is absent parameter in signature of
bindCSS
and in the corresponding example inside DOM Bindings document.In the former case there is no reference to the processed DOM element:
In the latter case CSS style property (
attr_name
) is absent:The text was updated successfully, but these errors were encountered: