mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
Removed unneeded egw_app.js
This commit is contained in:
parent
1876a5faa1
commit
3fdf5fdfd0
@ -1,26 +0,0 @@
|
|||||||
/**
|
|
||||||
* EGroupware clientside API object
|
|
||||||
*
|
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
||||||
* @package etemplate
|
|
||||||
* @subpackage api
|
|
||||||
* @link http://www.egroupware.org
|
|
||||||
* @author Andreas Stöckel (as AT stylite.de)
|
|
||||||
* @author Ralf Becker <RalfBecker@outdoor-training.de>
|
|
||||||
* @version $Id$
|
|
||||||
*/
|
|
||||||
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
/*egw:uses
|
|
||||||
egw_core;
|
|
||||||
*/
|
|
||||||
|
|
||||||
egw.extend('jsonq', function() {
|
|
||||||
|
|
||||||
return {
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
});
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user