Browse Source

potential critical bug in compiler fixed

Michael 10 years ago
parent
commit
2963474577
1 changed files with 1 additions and 1 deletions
  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">';