From 67c193c5cef2530a21ee252e3d0701a8df1afe37 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 6 Jan 2015 18:22:00 -0800 Subject: [PATCH] Update the guide's selectListView upgrade text --- docs/upgrading/upgrading-your-package.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading/upgrading-your-package.md b/docs/upgrading/upgrading-your-package.md index c814cf0bb..4a60da72f 100644 --- a/docs/upgrading/upgrading-your-package.md +++ b/docs/upgrading/upgrading-your-package.md @@ -242,7 +242,7 @@ class CommandPaletteView extends SelectListView This attaches and detaches itself from the dom when toggled, canceling magically detaches it from the DOM, and it uses the classes `overlay` and `from-top`. -Using the new APIs it should look like this: +The new SelectListView no longer automatically detaches itself from the DOM when cancelled. It's up to you to implement whatever cancel beahavior you want. Using the new APIs to mimic the sematics of the old class, it should look like this: ```coffee # New!