From e937c8de12ad38164e03620a79a2caaa7f8413b1 Mon Sep 17 00:00:00 2001 From: Bryce Ito Date: Wed, 13 Sep 2017 19:04:18 +0000 Subject: [PATCH] Fixing syntax error --- plugins/c9.ide.ui/_docs.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/c9.ide.ui/_docs.js b/plugins/c9.ide.ui/_docs.js index 6bbd10f2..e118ccf2 100644 --- a/plugins/c9.ide.ui/_docs.js +++ b/plugins/c9.ide.ui/_docs.js @@ -862,8 +862,8 @@ define(function(require, module, exports) { * Example: * * var tb = new ui.toolbar(); - * tb.appendChild(new ui.button({ caption: "Preview" }); - * tb.appendChild(new ui.button({ caption: "Save" }); + * tb.appendChild(new ui.button({ caption: "Preview" })); + * tb.appendChild(new ui.button({ caption: "Save" })); * plugin.addElement(tb); * * #### About AML elements