From 31763799ae4be93a046672b24dca94fb0b159b56 Mon Sep 17 00:00:00 2001 From: "Ashley (Scirra)" Date: Wed, 5 Oct 2016 18:03:15 +0100 Subject: [PATCH] Remove temp file Oops --- bin/test.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 bin/test.js diff --git a/bin/test.js b/bin/test.js deleted file mode 100644 index ea864bc0..00000000 --- a/bin/test.js +++ /dev/null @@ -1,5 +0,0 @@ -"use strict"; - -let o = {}; -o.foo = "bar"; -console.log(o.foo); \ No newline at end of file