disabled lint error in handlebars.js

This commit is contained in:
Anna Bodnia
2016-02-22 19:16:14 +02:00
parent 2af017ae5e
commit 929fe376bf
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
'use strict';
/*jslint eqeq: true*/
Handlebars.registerHelper('sanitize', function(html) {
// Strip the script tags from the html, and return it as a Handlebars.SafeString