mirror of
https://github.com/discourse/discourse.git
synced 2025-01-31 12:56:47 +08:00
4c8812737c
This is a convenience for when you have multiple properties to set in form kit. ``` // before set("foo", 1); set("bar", 2); //after setProperties({foo: 1, bar: 2}); ``` |
||
---|---|---|
.. | ||
images | ||
javascripts | ||
stylesheets |