docs(devguide): fix invalid JavaScript syntax in hero-form.component.js example (#2343)

Fix Unmatched '{' JavaScript syntax error in hero-form.component.js example
This commit is contained in:
Mike Reid 2016-09-17 15:58:54 -06:00 committed by Jesús Rodríguez
parent 0605019c06
commit 665c346d8f
1 changed files with 1 additions and 1 deletions

View File

@ -48,5 +48,5 @@
// #docregion first, final // #docregion first, final
}); });
// #enddocregion first, final
})(window.app || (window.app = {})); })(window.app || (window.app = {}));
// #enddocregion first, final