소스 검색

use Spaces instead of Tabs

Manfred Kröhnert 11 년 전
부모
커밋
a35101177e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      presentation/Gruntfile.js

+ 1 - 1
presentation/Gruntfile.js

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