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
+1 -1
View File
@@ -2,4 +2,4 @@
A simple responsive javascript UI component framework. A simple responsive javascript UI component framework.
[Documentation](jsdoc.md) [Documentation](docs.md)
+2149
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -424,6 +424,7 @@ IgniteProperty.prototype.toString = function () {
/** /**
* Add a prototype to help get property values from an array * Add a prototype to help get property values from an array
* @ignore
*/ */
Array.prototype.getPropertyValues = function () { Array.prototype.getPropertyValues = function () {
var ret = []; var ret = [];
@@ -439,6 +440,7 @@ Array.prototype.getPropertyValues = function () {
/** /**
* Add a prototype to help get old property values from an array * Add a prototype to help get old property values from an array
* @ignore
*/ */
Array.prototype.getOldPropertyValues = function (property, oldValue) { Array.prototype.getOldPropertyValues = function (property, oldValue) {
var ret = []; var ret = [];
-2517
View File
File diff suppressed because it is too large Load Diff