X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/src/direct/Manager.js diff --git a/src/direct/Manager.js b/src/direct/Manager.js index 14dbc79e..5c814c58 100644 --- a/src/direct/Manager.js +++ b/src/direct/Manager.js @@ -1,3 +1,17 @@ +/* + +This file is part of Ext JS 4 + +Copyright (c) 2011 Sencha Inc + +Contact: http://www.sencha.com/contact + +GNU General Public License Usage +This file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file. Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html. + +If you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact. + +*/ /** * @class Ext.direct.Manager *

Overview

@@ -29,7 +43,7 @@ * * *

A provider does not need to be invoked directly, providers are added via - * {@link Ext.direct.Manager}.{@link Ext.direct.Manager#add add}.

+ * {@link Ext.direct.Manager}.{@link Ext.direct.Manager#addProvider addProvider}.

* *

Router

* @@ -247,3 +261,4 @@ Ext.direct.Manager.addProvider({ // Backwards compatibility Ext.Direct = Ext.direct.Manager; }); +