Fixing syntax error

pull/456/head
Bryce Ito 2017-09-13 19:04:18 +00:00
rodzic d0475bb035
commit e937c8de12
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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