mo4islona / node-blockly

Blockly for Node.js and Browser via CommonJS module
135 stars 81 forks source link

"funcion" in blockly_compressed.js #1

Closed i8beef closed 8 years ago

i8beef commented 8 years ago

In the version that I pull down from NPM, in the blockly_compressed.js file there is a mispelled "function" (spelled as "funcion") that breaks stuff. Any chance of a release to fix that?

mo4islona commented 8 years ago

I've updated blockly to latest version. This typo has been fixed. Please try 1.0.2

i8beef commented 8 years ago

Well it fixed that issue and opened another one :-)

I'm getting ReferenceError: Invalid left-hand side in assignment on line 288.

P.S.: Thanks for the quick response time!

i8beef commented 8 years ago

Seems like line 288 got duplicated twice or something along those lines.

mo4islona commented 8 years ago

Thx for response! Try 1.0.3

i8beef commented 8 years ago

Looks good! Thanks!