Browse Source

'use strict' in gruntfile.js.

fredck 11 years ago
parent
commit
7338414264
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/ckeditor5-utils/gruntfile.js

+ 2 - 0
packages/ckeditor5-utils/gruntfile.js

@@ -1,3 +1,5 @@
+'use strict';
+
 module.exports = function( grunt ) {
 	grunt.initConfig( {
 		pkg: grunt.file.readJSON( 'package.json' ),