[Example] Add missing semicolon

In context of building examples for WTD-518 self-testing.
This commit is contained in:
Victor Woeltjen 2014-11-05 17:53:06 -08:00
parent 89a70973d6
commit f3e532156d

View File

@ -23,7 +23,7 @@ define(
var template = examples.length > 0 ?
HAS_EXTENSIONS : NO_EXTENSIONS;
template += "<ul>"
template += "<ul>";
examples.forEach(function (E) {
template += "<li>";
if (typeof E === 'function') {