docs2/Roo.docs.init.js
[roojs1] / docs2 / Roo.docs.init.js
index 2043e06..a195d38 100644 (file)
@@ -159,7 +159,7 @@ Roo.docs.init = {
         
        
         Roo.Ajax.request({
-            url : 'src/' +this.currentClass + '.js.html',
+            url : 'src/' +this.currentClass.replace(/\./g/,'_') + '.js.html',
             method : 'GET',
             success : function(res, o)
             {