Skip to content

Commit

Permalink
Fix missing var declaration in arduino.js (#2247)
Browse files Browse the repository at this point in the history
- Fix “not defined” errors in strict mode for arduino.js
  • Loading branch information
EricMCornelius authored and joshgoebel committed Nov 1, 2019
1 parent 7e323e8 commit ff2daa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/arduino.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Website: https://www.arduino.cc

function(hljs) {

ARDUINO_KW = {
var ARDUINO_KW = {
keyword:
'boolean byte word String',
built_in:
Expand Down

0 comments on commit ff2daa7

Please sign in to comment.