From 9b301d8a68eaf503e4376c87a1907440e13ac738 Mon Sep 17 00:00:00 2001 From: yaroslav-codefresh <45195052+yaroslav-codefresh@users.noreply.github.com> Date: Mon, 10 Dec 2018 15:59:44 +0200 Subject: [PATCH 1/2] Update testable.js --- testable.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/testable.js b/testable.js index 4498e0d..2710556 100644 --- a/testable.js +++ b/testable.js @@ -13,5 +13,3 @@ // (function () { // console.log('xxx'); // })(); -// -// From 2a2ccbb87b0c7aec3a3ff7c6eb67abf42cbdbc54 Mon Sep 17 00:00:00 2001 From: yaroslav-codefresh <45195052+yaroslav-codefresh@users.noreply.github.com> Date: Mon, 10 Dec 2018 16:14:58 +0200 Subject: [PATCH 2/2] Update testable.js --- testable.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/testable.js b/testable.js index 2710556..8ad84c2 100644 --- a/testable.js +++ b/testable.js @@ -4,12 +4,3 @@ // }; // // aaa.say = aaa.say.bind({name: "bbb"}); -// -// aaa.say(); -// -// Promise.resolve().then(() => console.log("rrr")) -// -// -// (function () { -// console.log('xxx'); -// })();