aboutsummaryrefslogtreecommitdiffstats
path: root/src/Browser.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Browser.js')
-rw-r--r--src/Browser.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Browser.js b/src/Browser.js
index 2777dcda..3299540c 100644
--- a/src/Browser.js
+++ b/src/Browser.js
@@ -22,7 +22,6 @@ function Browser(location, document, head) {
this.location = location;
this.document = document;
- this.body = jqLite(document[0].body);
this.head = head;
this.idCounter = 0;
}