Skip to content

Commit

Permalink
简化依赖列表
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyLouvre committed Dec 19, 2012
1 parent c32318f commit 4ae8447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_fix.js
@@ -1,7 +1,7 @@
//=========================================
// 事件补丁模块
//==========================================
define("event_fix", !!document.dispatchEvent, ["mass"], function( $ ){
define("event_fix", !!document.dispatchEvent, ["node"], function( $ ){
//模拟IE678的reset,submit,change的事件代理
var rformElems = /^(?:input|select|textarea)$/i
$.event = {
Expand Down

0 comments on commit 4ae8447

Please sign in to comment.