Use strict

This commit is contained in:
Justin Ridgewell 2017-06-08 00:47:19 -04:00
parent 97d0ab78cb
commit 0740e61131
7 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,5 @@
"use strict";
const obj = {
a: {
b: 0,

View File

@ -1,3 +1,5 @@
"use strict";
const obj = {
a: {
b: {

View File

@ -1,3 +1,5 @@
"use strict";
let calls = 0;
const obj = {
a: {

View File

@ -1,3 +1,5 @@
"use strict";
const obj = {
a: {
b: 0,

View File

@ -1,3 +1,5 @@
"use strict";
let calls = 0;
const obj = {
a: {

View File

@ -1,3 +1,5 @@
"use strict";
const obj = {
a: {
b: 0,

View File

@ -1,3 +1,5 @@
"use strict";
const obj = {
a: {
b: 0,