Skip to content

Commit

Permalink
updata js
Browse files Browse the repository at this point in the history
  • Loading branch information
junr-he committed Apr 15, 2016
1 parent a4411a0 commit c7a757c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions js/base.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Kbang.com 1.0.0
* 2016-04-12 15:02:21
*
* 2016-04-15 15:02:21
* Copyright (c) 2016 Licensed MIT <>
*/
$(function(){
Expand All @@ -14,14 +14,6 @@ $(function(){
clearTimeout(timeArr[i]);
timeArr[i]=setTimeout(function(){
_this.removeClass("hide").addClass(_amiClass);
_this.on(animationEnd, function() {
if(_elCallback){
$("."+_elCallback).removeClass(_amiClass).addClass("hide");
}else{
// _this.removeClass(_amiClass).addClass("");
}
});

},time)
})
})

0 comments on commit c7a757c

Please sign in to comment.