Browse Source

use Spaces instead of Tabs

Manfred Kröhnert 11 năm trước cách đây
mục cha
commit
f43f3f63ab
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      twitterwall/Gruntfile.js

+ 1 - 1
twitterwall/Gruntfile.js

@@ -13,7 +13,7 @@ module.exports = function(grunt) {
       },
       twitterwall: {
         src: ['st/TwitterWall.st'],
-	output_dir: 'js',
+        output_dir: 'js',
 	libraries:[ 'Canvas']
       }
     }