Skip to content

Commit

Permalink
fix can-symbol use after review
Browse files Browse the repository at this point in the history
  • Loading branch information
cherif BOUCHELAGHEM committed Jun 27, 2018
1 parent 1ce374c commit 901392a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion can-simple-map.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ var simpleMapProto = {

//!steal-remove-start
if (process.env.NODE_ENV !== 'production') {
simpleMapProto[canSymbol.for("can.getName")] = function() {
simpleMapProto["can.getName"] = function() {
return canReflect.getName(this.constructor) + "{}";
};
}
Expand Down

0 comments on commit 901392a

Please sign in to comment.