From 367feda74753c71d7b1871a9a84f40f2499bc3b0 Mon Sep 17 00:00:00 2001 From: Jessica McKellar Date: Fri, 5 Oct 2012 16:29:59 -0400 Subject: [PATCH] check-all: add new viewport globals. (imported from commit e163dc07ad196ffd2731f7ccc67bfaada8e8580a) --- tools/jslint/check-all.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/jslint/check-all.js b/tools/jslint/check-all.js index f6bccf8d8f..dd451c0ac2 100644 --- a/tools/jslint/check-all.js +++ b/tools/jslint/check-all.js @@ -42,6 +42,7 @@ var globals = + ' select_zephyr select_zephyr_by_id' + ' scroll_to_selected select_and_show_by_id' + ' selected_zephyr selected_zephyr_id' + + ' at_top_of_viewport at_bottom_of_viewport' ;