Skip to content

Commit

Permalink
pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Jun 23, 2014
1 parent 4b39ec2 commit be8072c
Show file tree
Hide file tree
Showing 4 changed files with 334 additions and 314 deletions.
4 changes: 2 additions & 2 deletions .jsbeautifyrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"indent_size": 4,
"indent_char": " ",
"indent_size": 2,
"indent_char": " ",
"indent_level": 0,
"indent_with_tabs": true,
"preserve_newlines": true,
Expand Down
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"sub": true, // true: Tolerate using `[]` notation when it can still be expressed in dot notation
"boss": true, // true: Tolerate assignments where comparisons would be expected
"eqnull": true, // true: Tolerate use of `== null`
"indent":4
"indent":2
}
2 changes: 1 addition & 1 deletion src/BnWWorker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
this.onmessage = function(event) {
this.onmessage = function (event) {
var imagedata = event.data.imgData,
intensity = event.data.intensity,
px = imagedata.data,
Expand Down
Loading

0 comments on commit be8072c

Please sign in to comment.