Skip to content

Commit

Permalink
image: Add missing variable declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
atlight committed Mar 12, 2015
1 parent a72de7d commit ff4062e
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 @@ -182,7 +182,7 @@ Twinkle.image.callback.choice = function twinkleimageCallbackChoose(event) {
};

Twinkle.image.callback.evaluate = function twinkleimageCallbackEvaluate(event) {
var type, non_free, source, reason, replacement;
var type, non_free, source, reason, replacement, derivative;

var notify = event.target.notify.checked;
var types = event.target.type;
Expand Down

0 comments on commit ff4062e

Please sign in to comment.