Skip to content
Prev Previous commit
Next Next commit
Update it.js
comment /* jshint expr: true */
  • Loading branch information
francescotrincia committed Apr 11, 2016
commit 5d7f704585642c576e3da26fa12cf3ed0749d6a5
9 changes: 5 additions & 4 deletions src/js/i18n/it.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
-/**
- * Translate from english i18n file by francescotrincia on 04/11/16.
- */
/* jshint expr: true */
/**
* Translate from english i18n file by francescotrincia on 04/11/16.
*
* jshint expr: true
*/
(function () {
angular.module('ui.grid').config(['$provide', function($provide) {
$provide.decorator('i18nService', ['$delegate', function($delegate) {
Expand Down