Skip to content

Commit

Permalink
Merge pull request #661 from canjs/chasenlehara-patch-1
Browse files Browse the repository at this point in the history
Fix an unbalanced steal-remove-start/end
  • Loading branch information
chasenlehara authored Jan 3, 2019
2 parents 5729965 + 7f4032d commit 9074caf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions expressions/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ if (process.env.NODE_ENV !== 'production') {
}
return text.join(" ");
};
}
//!steal-remove-end
if (process.env.NODE_ENV !== 'production') {

canReflect.assignSymbols(Helper.prototype,{
"can.getName": function() {
return canReflect.getName(this.constructor) + "{{" + (this.sourceText()) + "}}";
Expand Down

0 comments on commit 9074caf

Please sign in to comment.