Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Feb 8, 2017
1 parent 6bc227a commit e6f94d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions dist/moon.js
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,7 @@
MoonComponent.prototype.constructor = MoonComponent;

MoonComponent.prototype.init = function () {
callHook(this, 'created');
this.$destroyed = false;
this.$props = this.$opts.props || [];

Expand All @@ -1168,10 +1169,6 @@
}
};

MoonComponent.prototype.build = function () {
this.$parent.build();
};

components[name] = MoonComponent;
return MoonComponent;
};
Expand Down
Loading

0 comments on commit e6f94d0

Please sign in to comment.