[Themes] Add missing semicolon

...to satisfy JSLint.
This commit is contained in:
Victor Woeltjen 2015-11-04 11:54:19 -08:00
parent e32eb11e60
commit 522ce02302

View File

@ -93,7 +93,7 @@ define(
mockDocument,
testTheme
);
})
});
it("includes matching themes", function () {
expect(mockElement.setAttribute)