From 2c1eae5819933f9ef8fe4d8776debb7af6fcb4dd Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Wed, 1 Aug 2012 12:05:03 -0700 Subject: [PATCH] Remove trailing whitespace. --- make.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.js b/make.js index bb9896391..670aa6645 100755 --- a/make.js +++ b/make.js @@ -178,7 +178,7 @@ target.all = function() { // // Files that need to be included in every build. -var COMMON_WEB_FILES = +var COMMON_WEB_FILES = ['web/viewer.css', 'web/images', 'web/debugger.js'],