From 19b99309bea6a4e5af038865c630a572398afa73 Mon Sep 17 00:00:00 2001 From: Misha Moroshko Date: Sat, 27 Aug 2016 22:21:41 +1000 Subject: [PATCH] Compile standalone demo --- demo/standalone/compiled.app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/standalone/compiled.app.js b/demo/standalone/compiled.app.js index f78d3b38..ffeedbf8 100644 --- a/demo/standalone/compiled.app.js +++ b/demo/standalone/compiled.app.js @@ -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;