We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d7e58b commit 3c2d336Copy full SHA for 3c2d336
dom-renderables/DOMElement.js
@@ -81,6 +81,8 @@ DOMElement.Spec = function Spec(options) {
81
this.properties = options.properties || {};
82
this.content = options.content || '';
83
this.cutout = options.cutout != null ? options.cutout : true;
84
+ this.allowDefault = options.allowDefault || {};
85
+ this.preventDefault = options.preventDefault || {};
86
87
this.classes['famous-dom-element'] = true;
88
0 commit comments