GitHub user r-kamath opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/772
Hot fix grunt failure
### What is this PR for?
This is a fix for grunt failure due to jshint warnings
Grunt error:
`src/app/notebook/paragraph/paragraph.controller.js
line 117 col 80 Strings must use singlequote.
line 2122 col 83 Expected '!==' and instead saw '!='.`
### What type of PR is it?
Hot Fix
### What is the Jira issue?
no
### How should this be tested?
`cd zeppelin-web` and run `grunt` should build without any error/warning
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/r-kamath/incubator-zeppelin fixGruntFailure
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/772.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #772
----
commit 9e70660b955e55d207f66c82270cf90afca3bacd
Author: Renjith Kamath <[email protected]>
Date: 2016-03-09T12:11:24Z
Hot fix grunt failure
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---