📄 simple.js
字号:
/* DynAPI Distribution Simple event classes. The DynAPI Distribution is distributed under the terms of the GNU LGPL license.*/ DynObject.prototype.invokeEvent = function(type,e,args) { var ret = true; if(this["on"+type]) ret = this["on"+type](e,args) if(ret && this.parent) this.parent.invokeEvent(type,e,args);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -