Procházet zdrojové kódy

potential critical bug in compiler fixed

Michael před 10 roky
rodič
revize
2963474577
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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">';