Skip to content

Commit

Permalink
fix -> 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Narazaka committed Jan 30, 2016
1 parent 6bb18b4 commit 16bdaf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "msview",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"main": "index.js",
"author": "Narazaka",
Expand Down
6 changes: 3 additions & 3 deletions src/msview.coffee
Expand Up @@ -49,9 +49,9 @@ window.onload = ->
scale?.value = config.scale
contrast?.value = config.contrast
brightness?.value = config.brightness
scale?.input()
contrast?.input()
brightness?.input()
scale?.oninput()
contrast?.oninput()
brightness?.oninput()
catch
undefined

Expand Down

0 comments on commit 16bdaf2

Please sign in to comment.