From aa48b64187f170730541445cf8ca523b0c71f4bc Mon Sep 17 00:00:00 2001 From: mtlovelace Date: Wed, 9 Oct 2019 23:18:18 -0400 Subject: [PATCH 1/3] test --- assignments/prototypes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignments/prototypes.js b/assignments/prototypes.js index 5625c97cb..3c3b1a6f6 100644 --- a/assignments/prototypes.js +++ b/assignments/prototypes.js @@ -7,7 +7,7 @@ Each constructor function has unique properties and methods that are defined in their block comments below: */ - + . /* === GameObject === * createdAt From 689360df6dd77de5820c7d09b2f0b42d4cffd356 Mon Sep 17 00:00:00 2001 From: mtlovelace Date: Wed, 9 Oct 2019 23:21:22 -0400 Subject: [PATCH 2/3] mike-lovelace --- assignments/prototypes.js | 3 ++- assignments/this.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assignments/prototypes.js b/assignments/prototypes.js index 3c3b1a6f6..008826428 100644 --- a/assignments/prototypes.js +++ b/assignments/prototypes.js @@ -7,7 +7,8 @@ Each constructor function has unique properties and methods that are defined in their block comments below: */ - . + +// test /* === GameObject === * createdAt diff --git a/assignments/this.js b/assignments/this.js index 969bbeeba..d33a97892 100644 --- a/assignments/this.js +++ b/assignments/this.js @@ -8,7 +8,7 @@ * * write out a code example of each explanation above */ - +// test // Principle 1 // code example for Window Binding From 7712773a9f5c35fcb0ce37a8d511cfd9fa8b0d25 Mon Sep 17 00:00:00 2001 From: mtlovelace Date: Wed, 9 Oct 2019 23:27:12 -0400 Subject: [PATCH 3/3] test --- assignments/prototypes.js | 2 +- assignments/this.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assignments/prototypes.js b/assignments/prototypes.js index 008826428..bfe81860b 100644 --- a/assignments/prototypes.js +++ b/assignments/prototypes.js @@ -8,7 +8,7 @@ Each constructor function has unique properties and methods that are defined in their block comments below: */ -// test + /* === GameObject === * createdAt diff --git a/assignments/this.js b/assignments/this.js index d33a97892..969bbeeba 100644 --- a/assignments/this.js +++ b/assignments/this.js @@ -8,7 +8,7 @@ * * write out a code example of each explanation above */ -// test + // Principle 1 // code example for Window Binding