Improving documentation
This commit is contained in:
@ -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 = [];
|
||||
|
Reference in New Issue
Block a user