summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/duktape/HTMLBRElement.bnd
blob: 3b44b977772513271293d94ed8eb161da26a2f6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* HTML br element binding using duktape and libdom
 *
 * Copyright 2015 Vincent Sanders <vince@netsurf-browser.org>
 *
 * This file is part of NetSurf, http://www.netsurf-browser.org/
 *
 * Released under the terms of the MIT License,
 *         http://www.opensource.org/licenses/mit-license
 */

init HTMLBRElement(struct dom_html_element *html_br_element::html_element);

getter HTMLBRElement::clear();
setter HTMLBRElement::clear();