Skip to content

Commit

Permalink
* Layout should have a null prototype.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Orvell committed Feb 8, 2012
1 parent 4622b06 commit 8047035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/kernel/Layout.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
enyo.kind({
name: "enyo.Layout",
kind: null,
layoutClass: "",
//* @protected
constructor: function(inContainer) {
Expand Down

0 comments on commit 8047035

Please sign in to comment.