Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 665c346

Browse files
pixelchutesFoxandxss
authored andcommitted
docs(devguide): fix invalid JavaScript syntax in hero-form.component.js example (#2343)
Fix Unmatched '{' JavaScript syntax error in hero-form.component.js example
1 parent 0605019 commit 665c346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: public/docs/_examples/forms/js/app/hero-form.component.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848

4949
// #docregion first, final
5050
});
51-
// #enddocregion first, final
5251
})(window.app || (window.app = {}));
52+
// #enddocregion first, final

0 commit comments

Comments
 (0)