Skip to content

Commit

Permalink
twinkleimage: Fix issue #20, broken since 550c8df
Browse files Browse the repository at this point in the history
  • Loading branch information
Amalthea committed Jun 8, 2011
1 parent d50a418 commit eef87b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/twinkleimage.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Twinkle.image.callback.evaluate = function twinkleimageCallbackEvaluate(event) {
}

var csdcrit;
switch( params.type ) {
switch( type ) {
case 'no source no license':
case 'no source':
case 'no license':
Expand Down

0 comments on commit eef87b9

Please sign in to comment.