Fixed missing doc on onPaste.

This commit is contained in:
MattMo 2022-05-04 09:02:59 -07:00
parent 52bd743b45
commit fea4a2684d

View File

@ -600,7 +600,7 @@ class IgniteTemplate {
} }
/** /**
* * Adds a on paste event handler to this template.
* @param {Function|IgniteProperty} eventCallback The callback function to be invoked once the event fires. * @param {Function|IgniteProperty} eventCallback The callback function to be invoked once the event fires.
* @returns This ignite template. * @returns This ignite template.
*/ */