1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

fixes #2052: don't manually assign constructors' name property

I'm not sure how we would test this, so... no tests.
This commit is contained in:
Michael Ficarra 2012-04-11 12:14:44 -04:00
parent 08673261b1
commit f3a1f46679
6 changed files with 0 additions and 71 deletions

View file

@ -6,8 +6,6 @@
exports.Scope = Scope = (function() {
Scope.name = 'Scope';
Scope.root = null;
function Scope(parent, expressions, method) {