Improving documentation

This commit is contained in:
2023-04-20 07:55:42 -07:00
parent 4f164766bb
commit 0a6af3ad98
4 changed files with 2152 additions and 2518 deletions

View File

@ -424,6 +424,7 @@ IgniteProperty.prototype.toString = function () {
/**
* Add a prototype to help get property values from an array
* @ignore
*/
Array.prototype.getPropertyValues = function () {
var ret = [];
@ -439,6 +440,7 @@ Array.prototype.getPropertyValues = function () {
/**
* Add a prototype to help get old property values from an array
* @ignore
*/
Array.prototype.getOldPropertyValues = function (property, oldValue) {
var ret = [];