Browse Source

Description of module: BABEL

Arno Roldao Junior 8 năm trước cách đây
mục cha
commit
5297b27e51
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      grunt-tasks/babel.js

+ 1 - 0
grunt-tasks/babel.js

@@ -1,3 +1,4 @@
+// Compile ECMA6 to ECMA5
 'use strict';
 
 module.exports = function (grunt) {