소스 검색

potential critical bug in compiler fixed

Michael 10 년 전
부모
커밋
2963474577
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/allplatforms/classes/Compiler.js

+ 1 - 1
src/allplatforms/classes/Compiler.js

@@ -45,7 +45,7 @@ SC.loadPackage({ 'Compiler': {
                                 : '')
                             + 'data-superglue-grid="'
                                 + (theDocument.get('grid').get('active') ? 'on' : 'off')
-                                + '/'+
+                                + '/'
                                 + theDocument.get('grid').get('gridSize')
                                 + 'px">';