1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-03 06:55:03 +03:00
ifhub.club/application/frontend/components/user/js/user.js

21 lines
432 B
JavaScript
Raw Normal View History

2011-05-03 11:22:13 +03:00
/**
2012-06-16 02:43:47 +03:00
* Управление пользователями
*
* @module ls/user
*
* @license GNU General Public License, version 2
* @copyright 2013 OOO "ЛС-СОФТ" {@link http://livestreetcms.com}
* @author Denis Shakhov <denis.shakhov@gmail.com>
2012-06-16 02:43:47 +03:00
*/
var ls = ls || {};
2011-05-03 11:22:13 +03:00
ls.user = (function ($) {
2015-10-27 11:02:57 +02:00
"use strict";
2015-10-27 11:02:57 +02:00
this.init = function () {
return;
};
2015-10-27 11:02:57 +02:00
return this;
}).call(ls.user || {}, jQuery);