mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
typo
This commit is contained in:
@@ -12,7 +12,7 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
test("utility: identity", function() {
|
test("utility: identity", function() {
|
||||||
var moe = {name : 'moe'};
|
var moe = {name : 'moe'};
|
||||||
equals(_.identity(moe), moe, 'moe is the same has his identity');
|
equals(_.identity(moe), moe, 'moe is the same as his identity');
|
||||||
});
|
});
|
||||||
|
|
||||||
test("utility: uniqueId", function() {
|
test("utility: uniqueId", function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user