Skip to content

Commit

Permalink
Comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
feuzeu committed Jan 15, 2025
1 parent f7f8e0d commit 16d2da5
Show file tree
Hide file tree
Showing 24 changed files with 130 additions and 0 deletions.
42 changes: 42 additions & 0 deletions dist/jaxon.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.utils.dom
*
* global: jaxon
*/

(function(self, types, baseDocument) {
Expand Down Expand Up @@ -449,6 +451,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.utils.form
*
* global: jaxon
*/

(function(self, dom) {
Expand Down Expand Up @@ -565,6 +569,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.utils.queue
*
* global: jaxon
*/

(function(self) {
Expand Down Expand Up @@ -691,6 +697,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.utils.string
*
* global: jaxon
*/

(function(self) {
Expand Down Expand Up @@ -768,6 +776,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.utils.types
*
* global: jaxon
*/

(function(self) {
Expand Down Expand Up @@ -841,6 +851,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.dialog
*
* global: jaxon
*/

(function(self, dom, attr, call, query, types) {
Expand Down Expand Up @@ -1042,6 +1054,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.dom
*
* global: jaxon
*/

/**
Expand Down Expand Up @@ -1115,6 +1129,8 @@ window.jaxon = jaxon;
* Class: jaxon.parser.attr
*
* Process Jaxon custom HTML attributes
*
* global: jaxon
*/

(function(self, event, debug) {
Expand Down Expand Up @@ -1306,6 +1322,8 @@ window.jaxon = jaxon;
* Class: jaxon.parser.call
*
* Execute calls from json expressions.
*
* global: jaxon
*/

(function(self, query, dialog, dom, form, types) {
Expand Down Expand Up @@ -1633,6 +1651,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.parser.query
*
* global: jaxon
*/

(function(self, jq) {
Expand Down Expand Up @@ -1677,6 +1697,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.ajax.callback
*
* global: jaxon
*/

(function(self, types, config) {
Expand Down Expand Up @@ -1833,6 +1855,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.ajax.command
*
* global: jaxon
*/

(function(self, config, attr, queue, dom, types) {
Expand Down Expand Up @@ -2029,6 +2053,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.ajax.parameters
*
* global: jaxon
*/

(function(self, types, version) {
Expand Down Expand Up @@ -2183,6 +2209,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.ajax.request
*
* global: jaxon
*/

(function(self, config, params, rsp, cbk, upload, queue) {
Expand Down Expand Up @@ -2374,6 +2402,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.ajax.response
*
* global: jaxon
*/

(function(self, command, req, cbk, queue) {
Expand Down Expand Up @@ -2622,6 +2652,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.ajax.upload
*
* global: jaxon
*/

(function(self, dom, console) {
Expand Down Expand Up @@ -2683,6 +2715,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.cmd.dialog
*
* global: jaxon
*/

(function(self, dialog, parser, command) {
Expand Down Expand Up @@ -2762,6 +2796,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.cmd.event
*
* global: jaxon
*/

(function(self, call, dom, str) {
Expand Down Expand Up @@ -2847,6 +2883,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.cmd.
*
* global: jaxon
*/

(function(self, dom, types, baseDocument) {
Expand Down Expand Up @@ -3038,6 +3076,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.cmd.script
*
* global: jaxon
*/

(function(self, call, parameters, command, types) {
Expand Down Expand Up @@ -3166,6 +3206,8 @@ window.jaxon = jaxon;
Include this in the HEAD of each page for which you wish to use jaxon.
*/

/** global: jaxon */

/**
* Initiates a request to the server.
*/
Expand Down
44 changes: 44 additions & 0 deletions dist/jaxon.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.utils.dom
*
* global: jaxon
*/

(function(self, types, baseDocument) {
Expand Down Expand Up @@ -449,6 +451,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.utils.form
*
* global: jaxon
*/

(function(self, dom) {
Expand Down Expand Up @@ -565,6 +569,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.utils.queue
*
* global: jaxon
*/

(function(self) {
Expand Down Expand Up @@ -691,6 +697,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.utils.string
*
* global: jaxon
*/

(function(self) {
Expand Down Expand Up @@ -768,6 +776,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.utils.types
*
* global: jaxon
*/

(function(self) {
Expand Down Expand Up @@ -841,6 +851,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.dialog
*
* global: jaxon
*/

(function(self, dom, attr, call, query, types) {
Expand Down Expand Up @@ -1042,6 +1054,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.dom
*
* global: jaxon
*/

/**
Expand Down Expand Up @@ -1115,6 +1129,8 @@ window.jaxon = jaxon;
* Class: jaxon.parser.attr
*
* Process Jaxon custom HTML attributes
*
* global: jaxon
*/

(function(self, event, debug) {
Expand Down Expand Up @@ -1306,6 +1322,8 @@ window.jaxon = jaxon;
* Class: jaxon.parser.call
*
* Execute calls from json expressions.
*
* global: jaxon
*/

(function(self, query, dialog, dom, form, types) {
Expand Down Expand Up @@ -1633,6 +1651,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.parser.query
*
* global: jaxon
*/

(function(self, jq) {
Expand Down Expand Up @@ -1677,6 +1697,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.ajax.callback
*
* global: jaxon
*/

(function(self, types, config) {
Expand Down Expand Up @@ -1833,6 +1855,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.ajax.command
*
* global: jaxon
*/

(function(self, config, attr, queue, dom, types) {
Expand Down Expand Up @@ -2029,6 +2053,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.ajax.parameters
*
* global: jaxon
*/

(function(self, types, version) {
Expand Down Expand Up @@ -2183,6 +2209,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.ajax.request
*
* global: jaxon
*/

(function(self, config, params, rsp, cbk, upload, queue) {
Expand Down Expand Up @@ -2374,6 +2402,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.ajax.response
*
* global: jaxon
*/

(function(self, command, req, cbk, queue) {
Expand Down Expand Up @@ -2622,6 +2652,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.ajax.upload
*
* global: jaxon
*/

(function(self, dom, console) {
Expand Down Expand Up @@ -2683,6 +2715,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.cmd.dialog
*
* global: jaxon
*/

(function(self, dialog, parser, command) {
Expand Down Expand Up @@ -2762,6 +2796,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.cmd.event
*
* global: jaxon
*/

(function(self, call, dom, str) {
Expand Down Expand Up @@ -2847,6 +2883,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.cmd.
*
* global: jaxon
*/

(function(self, dom, types, baseDocument) {
Expand Down Expand Up @@ -3038,6 +3076,8 @@ window.jaxon = jaxon;

/**
* Class: jaxon.cmd.script
*
* global: jaxon
*/

(function(self, call, parameters, command, types) {
Expand Down Expand Up @@ -3166,6 +3206,8 @@ window.jaxon = jaxon;
Include this in the HEAD of each page for which you wish to use jaxon.
*/

/** global: jaxon */

/**
* Initiates a request to the server.
*/
Expand Down Expand Up @@ -3275,4 +3317,6 @@ jaxon.isLoaded = true;
})(jaxon.register, jaxon.cmd, jaxon.ajax);


/** global: jaxon */

module.exports = jaxon;
2 changes: 2 additions & 0 deletions src/ajax/callback.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
/**
* Class: jaxon.ajax.callback
*
* global: jaxon
*/

(function(self, types, config) {
Expand Down
Loading

0 comments on commit 16d2da5

Please sign in to comment.