OSC / ood-fileexplorer

[MOVED] The Open OnDemand File Explorer
https://osc.github.io/Open-OnDemand/
MIT License
4 stars 1 forks source link

Safari: SyntaxError: Unexpected use of reserved word 'let' in strict mode #122

Closed brianmcmichael closed 8 years ago

brianmcmichael commented 8 years ago

Javascript keyword "let" is not compatible with Safari. Not sure if this was preexisting or introduced by the switch to the unminified smalltalk.js.

screen shot 2016-09-08 at 11 58 33 am

Unsupported in any version of Safari. May be able to fix it by just using a simple assignment. http://caniuse.com/#search=let

ericfranz commented 8 years ago

Fixed in ed5d8bb3459d4b280c137e99e493279030f58f7a

brianmcmichael commented 8 years ago

Fixed.