Merge pull request #1717 from joscha/fix-head

Minifier complains about annotation in non-JSDoc tag
This commit is contained in:
Luke Page
2013-12-08 02:59:50 -08:00

View File

@@ -22,7 +22,9 @@ module.exports = function(grunt) {
' * <%= meta.copyright %>, <%= pkg.author.name %> <<%= pkg.author.email %>> \n' +
' * Licensed under the <%= meta.license %> License. \n' +
' * \n' +
' * @licence \n' +
' */ \n\n' +
' /**' +
' * @license <%= meta.license %>\n' +
' */ \n\n'
},