文件名称:fruitmachine-ftdomdelegate:用于FruitMachine的ftdomdelegate插件
文件大小:24KB
文件格式:ZIP
更新时间:2024-06-11 00:51:57
JavaScript
水果机委托 助手。 该助手: 实例化水果机模块时,实例化dom委托; 设置水果机模块时,将dom委托绑定到模块的 ; 当水果机模块触发其拆卸事件时,从El解除dom-delegate实例的绑定; 并在水果机模块被破坏时破坏dom-delegate。 用法示例 var Apple = fruitmachine . define ( { name : 'apple' , helpers : [ require ( 'fruitmachine-ftdomdelegate' ) ] , initialize : function ( ) { this . onButtonClick = this . onButtonClick . bind ( this ) ; } , setup : function ( ) { this . delegate
【文件预览】:
fruitmachine-ftdomdelegate-master
----.gitignore(44B)
----package.json(1KB)
----.travis.yml(76B)
----LICENSE(1KB)
----.github()
--------CODEOWNERS(57B)
----examples()
--------lib()
--------todo()
----README.md(2KB)
----lib()
--------node.js(418B)
--------helper.js(953B)
----GruntFile.js(997B)
----.npmignore(18B)
----test()
--------test.js(97B)
--------stubs()
--------tests()
--------index.html(202B)
--------buster.js(286B)