Skip to content

Commit

Permalink
Merge pull request #93 from JinksPeng/master
Browse files Browse the repository at this point in the history
Update lang.js
  • Loading branch information
RubyLouvre committed May 30, 2015
2 parents 02c0c12 + 78b251f commit 4ef10e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang.js
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ define("lang", /native code/.test(Array.isArray) ? ["mass"] : ["lang_fix"], func
return target;
}
});
$.Object("hasOwnerProperty,isPrototypeOf,propertyIsEnumerable");
$.Object("hasOwnProperty,isPrototypeOf,propertyIsEnumerable");
return $
});
/**
Expand Down

0 comments on commit 4ef10e2

Please sign in to comment.