examples/bootstrap/Editor.js
authorEdward <edward@roojs.com>
Fri, 13 Feb 2015 08:02:51 +0000 (16:02 +0800)
committerEdward <edward@roojs.com>
Fri, 13 Feb 2015 08:02:51 +0000 (16:02 +0800)
examples/bootstrap/Editor.js

index ae225bd..97f8764 100644 (file)
@@ -22,18 +22,6 @@ Roo.example.Editor = new Roo.XComponent({
         var MODULE = this;
         var baseURL = '/web.campaign/index.local.php';
         
-//        Roo.Ajax.request({
-//            url : baseURL + '/CampaignEdit/237',
-//            method: 'GET',
-//            params: {
-//                _editor : 1
-//            },
-//            success : function(r)
-//            {
-//                Roo.log(r);
-//            }
-//        });
-        
         return {
             xtype: 'Body',
             xns: Roo.bootstrap,