summaryrefslogtreecommitdiff
path: root/web-ui/app
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-02-24 10:54:11 +0100
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-02-24 11:32:05 +0100
commit44dfe4c23716c98c06bde1f5ada4a405041d52d4 (patch)
tree2decff33a47e35e87f3f8c684d6c3120ff606ca7 /web-ui/app
parent03855d3df78b4a71b880a068939e8708b0315be9 (diff)
Clean up jshintrc
Diffstat (limited to 'web-ui/app')
-rw-r--r--web-ui/app/js/helpers/contenttype.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web-ui/app/js/helpers/contenttype.js b/web-ui/app/js/helpers/contenttype.js
index 92b456e9..a1e5361a 100644
--- a/web-ui/app/js/helpers/contenttype.js
+++ b/web-ui/app/js/helpers/contenttype.js
@@ -14,6 +14,8 @@
* You should have received a copy of the GNU Affero General Public License
* along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
*/
+
+/* jshint curly: false */
define([], function () {
'use strict';
var exports = {};