Skip to content

Commit

Permalink
Remove some commented-out code.
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Apr 1, 2010
1 parent 8369133 commit 1928e6e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/dom/layout.js
Expand Up @@ -240,11 +240,6 @@
// TODO: Investigate.
set: function(property, value) {
throw "Properties of Element.Layout are read-only.";
// if (Element.Layout.COMPOSITE_PROPERTIES.include(property)) {
// throw "Cannot set a composite property.";
// }
//
// return this._set(property, toCSSPixels(value));
},

/**
Expand Down

0 comments on commit 1928e6e

Please sign in to comment.