提交 b1469b6d 编写于 作者: U unknown

删除一些debugger;

上级 a3894509
...@@ -319,7 +319,6 @@ MWF.xApplication.query.Query.Viewer = MWF.QViewer = new Class({ ...@@ -319,7 +319,6 @@ MWF.xApplication.query.Query.Viewer = MWF.QViewer = new Class({
// }.bind(this)); // }.bind(this));
// }, // },
_loadPageNode : function(){ _loadPageNode : function(){
debugger;
this.viewPageAreaNode.empty(); this.viewPageAreaNode.empty();
this.paging = new o2.widget.Paging(this.viewPageAreaNode, { this.paging = new o2.widget.Paging(this.viewPageAreaNode, {
countPerPage: this.json.pageSize || this.options.perPageCount, countPerPage: this.json.pageSize || this.options.perPageCount,
...@@ -387,7 +386,6 @@ MWF.xApplication.query.Query.Viewer = MWF.QViewer = new Class({ ...@@ -387,7 +386,6 @@ MWF.xApplication.query.Query.Viewer = MWF.QViewer = new Class({
}.bind(this)); }.bind(this));
}, },
loadCurrentPageData: function( callback ){ loadCurrentPageData: function( callback ){
debugger;
//是否需要在翻页的时候清空之前的items ? //是否需要在翻页的时候清空之前的items ?
this.items = []; this.items = [];
...@@ -628,12 +626,10 @@ MWF.xApplication.query.Query.Viewer = MWF.QViewer = new Class({ ...@@ -628,12 +626,10 @@ MWF.xApplication.query.Query.Viewer = MWF.QViewer = new Class({
} }
}, },
_loadModuleEvents : function(){ _loadModuleEvents : function(){
debugger;
Object.each(this.viewJson.events, function(e, key){ Object.each(this.viewJson.events, function(e, key){
if (e.code){ if (e.code){
if (this.options.moduleEvents.indexOf(key)!==-1){ if (this.options.moduleEvents.indexOf(key)!==-1){
this.addEvent(key, function(event, target){ this.addEvent(key, function(event, target){
debugger;
return this.Macro.fire(e.code, target || this, event); return this.Macro.fire(e.code, target || this, event);
}.bind(this)); }.bind(this));
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册