From 78eff673ec4268d9a3802c24d3da2288bc3eaeaf Mon Sep 17 00:00:00 2001 From: Alex Warren Date: Tue, 9 Jun 2015 22:09:23 +0100 Subject: [PATCH] Make consistent with other example --- docs/api/menu.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/api/menu.md b/docs/api/menu.md index 3623adce86b3..351edfc0ebff 100644 --- a/docs/api/menu.md +++ b/docs/api/menu.md @@ -29,8 +29,9 @@ window.addEventListener('contextmenu', function (e) { Another example of creating the application menu with the simple template API: -```javascript +```html + ``` ## Class: Menu