Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Less info on printing base object
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
framer/BaseClass.coffee
|
@@ -108,7 +108,7 @@ class exports.BaseClass extends EventEmitter |
|
|
get: -> @_id |
|
|
|
|
|
toInspect: => |
|
|
"<#{@constructor.name} id:#{@id} #{Utils.inspect(@props, 3)}" |
|
|
"<#{@constructor.name} id:#{@id or null}>" |
|
|
|
|
|
|
|
|
################################################################# |
|
|