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:
parent
08673261b1
commit
f3a1f46679
6 changed files with 0 additions and 71 deletions
|
@ -6,8 +6,6 @@
|
|||
|
||||
exports.Scope = Scope = (function() {
|
||||
|
||||
Scope.name = 'Scope';
|
||||
|
||||
Scope.root = null;
|
||||
|
||||
function Scope(parent, expressions, method) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue