Skip to content

Commit

Permalink
Compile standalone demo
Browse files Browse the repository at this point in the history
  • Loading branch information
moroshko committed Aug 27, 2016
1 parent beeeafd commit 19b9930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/standalone/compiled.app.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
function App() {
_classCallCheck(this, App);

var _this = _possibleConstructorReturn(this, Object.getPrototypeOf(App).call(this));
var _this = _possibleConstructorReturn(this, (App.__proto__ || Object.getPrototypeOf(App)).call(this));

_this.onChange = function (event, _ref) {
var newValue = _ref.newValue;
Expand Down

0 comments on commit 19b9930

Please sign in to comment.