AMBARI-20576. Issue in pig view after enabling strict mode (Venkata Sairam via pallavkul)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/d8693986 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/d8693986 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/d8693986 Branch: refs/heads/branch-3.0-perf Commit: d8693986ae5e8389ccd7faab6b49e2b3b31b3baa Parents: 3cfc047 Author: pallavkul <[email protected]> Authored: Mon Mar 27 12:24:41 2017 +0530 Committer: pallavkul <[email protected]> Committed: Mon Mar 27 12:24:41 2017 +0530 ---------------------------------------------------------------------- .../views/pig/src/main/resources/ui/pig-web/app/routes/splash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/d8693986/contrib/views/pig/src/main/resources/ui/pig-web/app/routes/splash.js ---------------------------------------------------------------------- diff --git a/contrib/views/pig/src/main/resources/ui/pig-web/app/routes/splash.js b/contrib/views/pig/src/main/resources/ui/pig-web/app/routes/splash.js index 66e1c88..5cfeac7 100644 --- a/contrib/views/pig/src/main/resources/ui/pig-web/app/routes/splash.js +++ b/contrib/views/pig/src/main/resources/ui/pig-web/app/routes/splash.js @@ -54,7 +54,7 @@ App.SplashRoute = Em.Route.extend({ controller.startTests(model).then(function () { if (model.get("storageTest") && model.get("webhcatTest") && model.get("hdfsTest") && model.get("userhomeTest")) { Ember.run.later(this, function () { - previousTransition = App.get('previousTransition'); + let previousTransition = App.get('previousTransition'); if (previousTransition) { previousTransition.retry(); } else {
