Édition de l'url du serveur Solr.
[Plinn.git] / skins / ajax_scripts / growable_table.js
index 4ddaaec..b7fcf1f 100644 (file)
@@ -290,11 +290,13 @@ GrowableTable.prototype.cancelRow = function(element) {
 * http://www.sitepoint.com/blogs/2006/01/17/javascript-inheritance/
 */
 
-function copyPrototype(descendant, parent) { 
-       var sConstructor = parent.toString(); 
-       var aMatch = sConstructor.match( /\s*function (.*)\(/ );
-       if ( aMatch != null ) { descendant.prototype[aMatch[1]] = parent; } 
-       for (var m in parent.prototype) { 
-               descendant.prototype[m] = parent.prototype[m]; 
-       }
-}
+// déplacé dans javascript_events_api.js
+
+// function copyPrototype(descendant, parent) { 
+//     var sConstructor = parent.toString(); 
+//     var aMatch = sConstructor.match( /\s*function (.*)\(/ );
+//     if ( aMatch != null ) { descendant.prototype[aMatch[1]] = parent; } 
+//     for (var m in parent.prototype) { 
+//             descendant.prototype[m] = parent.prototype[m]; 
+//     }
+// }