This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
@Author:thewei | |
@website:http://www.99is.com | |
@title: 异步事件任务队列类 | |
*/ | |
(function(){ | |
TaskQe = function(){ | |
this._arrayFn = []; //事件集合 |