Skip to content

Commit

Permalink
[mozilla#63] fixed manifest.target.label value
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottDowne committed Dec 22, 2010
1 parent e22c50c commit da19e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/image/popcorn.image.js
Expand Up @@ -39,7 +39,7 @@
start : {elem:'input', type:'number', label:'In'},
end : {elem:'input', type:'number', label:'Out'},
href : {elem:'input', type:'text', label:'Link URL'},
target : {elem:'input', type:'text', label:'Target Element'},
target : {elem:'input', type:'text', label:'Image-container'},
src : {elem:'input', type:'text', label:'Source URL'}
}
},
Expand Down

0 comments on commit da19e2d

Please sign in to comment.