Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cuklev committed Sep 9, 2016
2 parents 3e1a59a + 0619782 commit bdc3951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Topics/09. Modules-and-Patterns/demos/1. module.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
};
};

return { getCalculator: (name) => new Calculator(name };
return { getCalculator: (name) => new Calculator(name) };
} ());

var calc = controls.getCalculator('First');
Expand Down

0 comments on commit bdc3951

Please sign in to comment.