Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Commit

Permalink
Add final semicolon to Slider.js
Browse files Browse the repository at this point in the history
This addresses the immediate symptom reported in #157 and potentially in #156.
  • Loading branch information
fredcy committed Nov 20, 2015
1 parent ff4ad13 commit 6db89d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Native/Slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ Elm.Native.Slider.make = function(localRuntime) {
return localRuntime.Native.Slider.values = {
slider: F2(slider)
};
}
};

0 comments on commit 6db89d0

Please sign in to comment.