From 40c2411f2a1ce0bbd177f377828f9d6700112b06 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Tue, 26 May 2015 20:30:01 +0200 Subject: Implement a new system to handle "escape actions" The new EscapeActions object decide what to do when the user press the Escape key (such as closing a opened popup or inlined form). This commit also re-introduced the sidebar current view as a sidebar component local state. --- .jshintrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.jshintrc') diff --git a/.jshintrc b/.jshintrc index c6fcaf8d..9427f600 100644 --- a/.jshintrc +++ b/.jshintrc @@ -67,16 +67,17 @@ "AccountsTemplates": true, // Our objects - "Utils": true, + "EscapeActions": true, + "Filter": true, + "Mixins": true, "Popup": true, "Filter": true, "Sidebar": true, - "Mixins": true, + "Utils": true, // XXX Temp, we should remove these "allowIsBoardAdmin": true, "allowIsBoardMember": true, - "currentlyOpenedForm": true, "Emoji": true } } -- cgit v1.2.3-1-g7c22