Improving documentation

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

View File

@ -2,4 +2,4 @@
A simple responsive javascript UI component framework.
[Documentation](jsdoc.md)
[Documentation](docs.md)

2149
docs.md Normal file

File diff suppressed because it is too large Load Diff

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 = [];

2517
jsdoc.md

File diff suppressed because it is too large Load Diff