Skip to content

Commit

Permalink
补上模块名
Browse files Browse the repository at this point in the history
  • Loading branch information
RubyLouvre committed Feb 1, 2013
1 parent 07cb5f9 commit 7a66df9
Show file tree
Hide file tree
Showing 4 changed files with 3,241 additions and 3,403 deletions.
2 changes: 1 addition & 1 deletion event.js
@@ -1,7 +1,7 @@
//=========================================
// 事件系统 v9
//==========================================
define( top.dispatchEvent ? ["node"] : ["event_fix"], function($) {
define("event", top.dispatchEvent ? ["node"] : ["event_fix"], function($) {
var facade = $.event || ($.event = {
//对某种事件类型进行特殊处理
special: {},
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -11,7 +11,7 @@
<script src="mass_merge.js"></script>
<!-- <script src="jquery1.83.js"> </script>-->
<script>
require("data,ready", function($) {
require("fx,ready", function($) {
$.log("已经成功")

})
Expand Down

0 comments on commit 7a66df9

Please sign in to comment.