Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 275 Bytes

File metadata and controls

15 lines (11 loc) · 275 Bytes

The following parameters were deprecated: element, value

That mixed into properties, so the arguments will be the following only: parent, properties

For example:

properties = { element: 'input', class: 'green', value: '5' };

setJquery changed to getJquery