Skip to content

Commit

Permalink
unused code was deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
DefeNder93 committed Jul 21, 2017
1 parent 955dd53 commit 22a6309
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Core.js
Original file line number Diff line number Diff line change
Expand Up @@ -603,10 +603,7 @@ Core = {
return stack;
}
, processGlobal: function() {
if (typeof window != 'undefined') {
CatchEvent(DOM_Init);
}


var ns = [global.classes, global], to_check = Core.__check_classes.splice(0);
for(var i = 0 ; i < to_check.length; i++) {
for(var j = 0; j < ns.length; j++) {
Expand Down

0 comments on commit 22a6309

Please sign in to comment.