Updated docs for innerText.
This commit is contained in:
		| @@ -414,7 +414,7 @@ class IgniteTemplate { | |||||||
|  |  | ||||||
|     /** |     /** | ||||||
|      * Sets the inner text of the element to be constructed by this template. |      * Sets the inner text of the element to be constructed by this template. | ||||||
|      * @param {String|IgniteProperty} value text to be set for this element. If a property is passed the text will auto update. |      * @param {String|IgniteProperty|IgniteProperty[]} value text to be set for this element. If a property is passed the text will auto update. | ||||||
|      * @param {Function} converter Optional function that can be used to convert the value if needed. |      * @param {Function} converter Optional function that can be used to convert the value if needed. | ||||||
|      * @returns This ignite template. |      * @returns This ignite template. | ||||||
|      */ |      */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user