Skip to content

Commit

Permalink
Added semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgleason committed Sep 30, 2016
1 parent 118a355 commit 69cdd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moog-example3.js
Expand Up @@ -19,7 +19,7 @@ synth.define('lazy-dog', {
construct: function(self, options) {
self.wake = function() {
console.log(self.name + ' slept all day.');
}
};
}
});

Expand Down

0 comments on commit 69cdd62

Please sign in to comment.