Fixed semicolon error in event.
This commit is contained in:
parent
8aca450f43
commit
41c94b4688
1 changed files with 1 additions and 1 deletions
|
@ -1662,4 +1662,4 @@ new function(){
|
||||||
jQuery.event.add( window, "load", jQuery.ready );
|
jQuery.event.add( window, "load", jQuery.ready );
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
};
|
||||||
|
|
Loading…
Reference in a new issue