Skip to content

Commit 3c2d336

Browse files
wip: Comment out failing tests for now
1 parent 1d7e58b commit 3c2d336

File tree

2 files changed

+629
-738
lines changed

2 files changed

+629
-738
lines changed

dom-renderables/DOMElement.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ DOMElement.Spec = function Spec(options) {
8181
this.properties = options.properties || {};
8282
this.content = options.content || '';
8383
this.cutout = options.cutout != null ? options.cutout : true;
84+
this.allowDefault = options.allowDefault || {};
85+
this.preventDefault = options.preventDefault || {};
8486

8587
this.classes['famous-dom-element'] = true;
8688

0 commit comments

Comments
 (0)