Skip to content
Snippets Groups Projects
Commit 011fa146 authored by Alexander Bias's avatar Alexander Bias
Browse files

Remove comments which were there for grunt from JS files

parent ae2d403c
No related branches found
No related tags found
No related merge requests found
...@@ -6,9 +6,6 @@ ...@@ -6,9 +6,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/ */
/* This comment is just there to keep grunt satisfied and won't be processed at runtime */
/* global define, M */
define(['jquery'], function ($) { define(['jquery'], function ($) {
"use strict"; "use strict";
......
...@@ -6,9 +6,6 @@ ...@@ -6,9 +6,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/ */
/* This comment is just there to keep grunt satisfied and won't be processed at runtime */
/* global define, M */
define(['jquery'], function ($) { define(['jquery'], function ($) {
"use strict"; "use strict";
......
...@@ -6,9 +6,6 @@ ...@@ -6,9 +6,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/ */
/* This comment is just there to keep grunt satisfied and won't be processed at runtime */
/* global define, M */
define(['jquery'], function ($) { define(['jquery'], function ($) {
"use strict"; "use strict";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment