AMBARI-20572. Issue while loading pig view (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/5fe2d461
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/5fe2d461
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/5fe2d461

Branch: refs/heads/branch-2.5
Commit: 5fe2d4610bd0ef03dec21813a598cebb73c0a268
Parents: bdd927e
Author: pallavkul <pallav....@gmail.com>
Authored: Sun Mar 26 08:57:42 2017 +0530
Committer: Nitiraj Singh Rathore <nitiraj.rath...@gmail.com>
Committed: Tue Apr 4 13:03:12 2017 +0530

----------------------------------------------------------------------
 .../pig/src/main/resources/ui/pig-web/app/controllers/splash.js    | 1 +
 .../views/pig/src/main/resources/ui/pig-web/app/routes/splash.js   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/5fe2d461/contrib/views/pig/src/main/resources/ui/pig-web/app/controllers/splash.js
----------------------------------------------------------------------
diff --git 
a/contrib/views/pig/src/main/resources/ui/pig-web/app/controllers/splash.js 
b/contrib/views/pig/src/main/resources/ui/pig-web/app/controllers/splash.js
index b0fa99e..4451b84 100644
--- a/contrib/views/pig/src/main/resources/ui/pig-web/app/controllers/splash.js
+++ b/contrib/views/pig/src/main/resources/ui/pig-web/app/controllers/splash.js
@@ -15,6 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+"use strict";
 
 var App = require('app');
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/5fe2d461/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 7d34edd..66e1c88 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
@@ -15,7 +15,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
+"use strict";
 var App = require('app');
 
 App.SplashRoute = Em.Route.extend({

Reply via email to