Skip to content

Commit

Permalink
added worker postMessage to jshint globals
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanjudis committed Dec 24, 2013
1 parent 001f5ed commit 0426459
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"node": true,
"globals": {
"phantom": false,
"window": false
"window": false,
"postMessage": false
}
}

0 comments on commit 0426459

Please sign in to comment.