From f09def8e7782920728a578016d6a344b246982e0 Mon Sep 17 00:00:00 2001 From: "Brian T. Rice" Date: Sat, 5 Mar 2011 12:26:49 -0800 Subject: [PATCH] Bug-fix for Cloneable #derive without mixins. --- src/core/derivable.slate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/derivable.slate b/src/core/derivable.slate index c89e537..2630c47 100644 --- a/src/core/derivable.slate +++ b/src/core/derivable.slate @@ -87,7 +87,7 @@ the Traits object inherits from each extra object's Traits in right-to-left order. Also, the new prototype gains slots from the other objects involved, except for those named rejects." [ - mixins `defaultsTo: #{}. + mixins `defaultsTo: #{Cloneable}. rejectSlots `defaultsTo: #{}. newWindow ::= Cloneable clone. newWindow restrictDelegation. -- 2.11.4.GIT