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

Add comment about unprocessed code in JS files

parent f24d1d30
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,9 @@ ...@@ -6,7 +6,9 @@
* @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 */ /* global define, M */
define(['jquery'], function ($) { define(['jquery'], function ($) {
"use strict"; "use strict";
......
...@@ -6,7 +6,9 @@ ...@@ -6,7 +6,9 @@
* @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 */ /* global define, M */
define(['jquery'], function ($) { define(['jquery'], function ($) {
"use strict"; "use strict";
......
...@@ -6,7 +6,9 @@ ...@@ -6,7 +6,9 @@
* @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 */ /* 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