DoWhatIMeanSupport.st
changeset 5104 b295c198a0d0
parent 5103 fc854b0d6ee8
child 5105 c0fa6b9daf54
child 5106 5303d78eb69a
--- a/DoWhatIMeanSupport.st	Thu May 12 21:30:38 2016 +0200
+++ b/DoWhatIMeanSupport.st	Thu May 12 21:31:06 2016 +0200
@@ -1934,7 +1934,6 @@
                     bestSelectors addAll:bestForThisClass.
                 ].
             ].
-            (bestSelectors includes:'h1')ifTrue:[self halt].
             "/ remove the already typed-in selector itself, in case.
             bestSelectors remove:selector ifAbsent:[].
             bestSelectors := bestSelectors asOrderedCollection.