Skip to content

Commit

Permalink
Small optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing committed May 26, 2010
1 parent ea82cf5 commit d5bf4d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Core/Core.js
Expand Up @@ -143,7 +143,6 @@ Function.implement({
// Type

var Type = this.Type = function(name, object){

if (name){
var lower = name.toLowerCase();
var typeCheck = function(item){
Expand Down

2 comments on commit d5bf4d6

@fabiomcosta
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now mootools is faster than ever!

@subtleGradient
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, iLol'd

Please sign in to comment.