]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.webapp/src/main/webapp/argeo-ria-lib/slc/class/org/argeo/slc/ria/Applet.js
git-svn-id: https://svn.argeo.org/slc/trunk@2380 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / argeo-ria-lib / slc / class / org / argeo / slc / ria / Applet.js
index 260b60c81a2614575ccb2a86b49387f176fcc148..4d43a12073153a92d02ff198a66b5a300d683b50 100644 (file)
@@ -89,10 +89,6 @@ qx.Class.define("org.argeo.slc.ria.Applet",
 
   members :
   {
-       /**
-        * Called at applet creation. Just registers viewPane.
-        * @param viewPane {org.argeo.ria.components.ViewPane} The viewPane.
-        */
        init : function(viewPane, xmlNode){
                this.setView(viewPane);
                this.setViewSelection(new org.argeo.ria.components.ViewSelection(viewPane.getViewId()));
@@ -104,10 +100,6 @@ qx.Class.define("org.argeo.slc.ria.Applet",
                }
        },
        
-       /**
-        * Load a given test : the data passed must be an XML node containing the test unique ID.
-        * @param xmlNode {Element} The text xml description. 
-        */
        load : function(){
                if(!this.data) return;
                if(this.loaded) return;