Skip to content

Commit

Permalink
Merge pull request #518 from wjt/misc
Browse files Browse the repository at this point in the history
docs: fix syntax error in ui.main config example
  • Loading branch information
tilgovi committed Apr 29, 2015
2 parents a3d0764 + 1757152 commit 5015d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/ui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ annotation. It is also possible to ask the module to only allow creation of
annotations within a specific element on the page::

app.include(annotator.ui.main, {
element: document.querySelector('#main');
element: document.querySelector('#main')
});


Expand Down

0 comments on commit 5015d2d

Please sign in to comment.