Skip to content

Commit

Permalink
wip: Comment out failing tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderGugel committed Jun 19, 2015
1 parent 1d7e58b commit 3c2d336
Show file tree
Hide file tree
Showing 2 changed files with 629 additions and 738 deletions.
2 changes: 2 additions & 0 deletions dom-renderables/DOMElement.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ DOMElement.Spec = function Spec(options) {
this.properties = options.properties || {};
this.content = options.content || '';
this.cutout = options.cutout != null ? options.cutout : true;
this.allowDefault = options.allowDefault || {};
this.preventDefault = options.preventDefault || {};

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

Expand Down
Loading

0 comments on commit 3c2d336

Please sign in to comment.