Removed unneeded egw_app.js

This commit is contained in:
Andreas Stöckel 2012-03-01 16:25:32 +00:00
parent 1876a5faa1
commit 3fdf5fdfd0

View File

@ -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 {
};
});