Improving documentation
This commit is contained in:
parent
4f164766bb
commit
0a6af3ad98
@ -2,4 +2,4 @@
|
||||
|
||||
A simple responsive javascript UI component framework.
|
||||
|
||||
[Documentation](jsdoc.md)
|
||||
[Documentation](docs.md)
|
@ -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 = [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user