From 675e9be262645da5b99cc07666b9db717ae0e239 Mon Sep 17 00:00:00 2001 From: Thomas Johansen Date: Wed, 19 Aug 2015 20:46:24 +0200 Subject: [PATCH] :fire: Remove mention of semi-deprecated view resolution step --- src/view-registry.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/view-registry.coffee b/src/view-registry.coffee index 67170d3b8..b02f3b600 100644 --- a/src/view-registry.coffee +++ b/src/view-registry.coffee @@ -137,8 +137,6 @@ class ViewRegistry # 4. Has a view provider been registered for the object? If true, use the # provider to create a view associated with the object, and return the # view. - # 5. Does the object have a `getViewClass` method? If true, use the method - # to create a view associated with the object, and return the view. # # If no associated view is returned by the sequence an error is thrown. #