/**
* NOOP Ajax module.
* @memberof noop
* @namespace ajax
* @author cisco211
* @copyright © 2019 by "cisco211"
* @version 0.100
*/
(function(noop, undefined)
{
'use strict';
// #region Private
// #endregion Private
// #region Public
noop.ajax = new class Ajax
{
}; // noop.ajax = new class Ajax
// #endregion Public
} // (function(noop, undefined)
(window.noop = window.noop || new class NOOP{}));
// EOF