mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-23 19:45:46 +01:00
Move util.identity to the base module.
Most other functions of its ilk live there.
This commit is contained in:
@@ -659,7 +659,7 @@ var DOM = Class("DOM", {
|
||||
res.push({}.toString.call(elem));
|
||||
}
|
||||
}, this);
|
||||
res = template.map(res, util.identity, ",");
|
||||
res = template.map(res, identity, ",");
|
||||
return color ? res : res.join("");
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user