From 1774eb80e65a8e2064d0924a8f0fc955c7ac1818 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 18 Aug 2016 20:04:16 +0000 Subject: [PATCH] Fix jshint of Gruntfile.js Introduced in [38276] See #37720. git-svn-id: https://develop.svn.wordpress.org/trunk@38281 602fd350-edb4-49c9-b593-d223f7449a82 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 17adc177bd..4323fce812 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -521,7 +521,7 @@ module.exports = function(grunt) { preserveComments: /^!/ }, src: SOURCE_DIR + 'wp-includes/js/jquery/jquery.masonry.js', - dest: SOURCE_DIR + 'wp-includes/js/jquery/jquery.masonry.min.js', + dest: SOURCE_DIR + 'wp-includes/js/jquery/jquery.masonry.min.js' } },