summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-18 07:57:15 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-21 17:37:13 +0530
commit499292fa5a0387a05b814976cbc76d03e99a6d9b (patch)
tree986647be2776e3aae10242b5a12cced165c87ddd /include/dom/dom.h
parent8e77595169bd7d00b10577a0aa26dff3a21bdb9d (diff)
downloadlibdom-499292fa5a0387a05b814976cbc76d03e99a6d9b.tar.gz
libdom-499292fa5a0387a05b814976cbc76d03e99a6d9b.tar.bz2
[Map Element Rev.2(fix)] & [Script Element add]
Diffstat (limited to 'include/dom/dom.h')
-rw-r--r--include/dom/dom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dom/dom.h b/include/dom/dom.h
index 8a1b5e5..b23ede0 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -81,6 +81,7 @@
#include <dom/html/html_applet_element.h>
#include <dom/html/html_area_element.h>
#include <dom/html/html_map_element.h>
+#include <dom/html/html_script_element.h>
/* DOM Events header */
#include <dom/events/events.h>