Skip to content

Commit

Permalink
fix: dragonbones dispatchOnce event bug
Browse files Browse the repository at this point in the history
  • Loading branch information
06wj committed Nov 20, 2017
1 parent c15c8f4 commit 8d978e9
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14,908 deletions.
4 changes: 2 additions & 2 deletions build/dragonbones/dragonbones.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Hilo 1.0.2 for dragonbones
* Hilo 1.1.4 for dragonbones
* Copyright 2016 alibaba.com
* Licensed under the MIT License
*/
Expand Down Expand Up @@ -66,7 +66,7 @@ if (!window.egret) {
thisObject: thisObject,
useCapture: useCapture,
priority: priority,
once: dispatchOnce
dispatchOnce: dispatchOnce
});
},
once: function(type, listener, thisObject, useCapture, priority) {
Expand Down

0 comments on commit 8d978e9

Please sign in to comment.