From 37bb080f2710a19ee8257e6e656152c4079850c8 Mon Sep 17 00:00:00 2001 From: Liz Howard Date: Thu, 15 Oct 2015 14:59:44 -0700 Subject: [PATCH] Why is there even an app.js file here --- app.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 app.js diff --git a/app.js b/app.js deleted file mode 100644 index c69df55..0000000 --- a/app.js +++ /dev/null @@ -1,5 +0,0 @@ -"use strict"; - -(function(){ - console.log('Script app.js has loaded!') -})()