diff --git a/moog-example3.js b/moog-example3.js index baf8a0b..38919ad 100644 --- a/moog-example3.js +++ b/moog-example3.js @@ -19,7 +19,7 @@ synth.define('lazy-dog', { construct: function(self, options) { self.wake = function() { console.log(self.name + ' slept all day.'); - } + }; } });