mirror of
https://github.com/silentsakky/zarafa-webapp-passwd
synced 2026-07-27 18:41:08 +02:00
8 lines
231 B
JavaScript
8 lines
231 B
JavaScript
Ext.namespace('Zarafa.plugins.passwd');
|
|
|
|
/**
|
|
* @class Zarafa.plugins.passwd.ABOUT
|
|
*
|
|
* The copyright string holding the copyright notice for the Zarafa passwd Plugin.
|
|
*/
|
|
Zarafa.plugins.passwd.ABOUT = "Something should be here";
|