summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/duktape/HTMLDivElement.bnd
blob: 759e34d96a655cb23eeb2291cb8a4f22d226f83e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* HTML div element binding using duktape and libdom
 *
 * Copyright 2015 Michael Drake <tlsa@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 HTMLDivElement(struct dom_html_element *html_div_element::html_element);

getter HTMLDivElement::align();
setter HTMLDivElement::align();