Skip to content

Commit

Permalink
correct name mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpaulbishop committed Sep 18, 2011
1 parent 3c22efe commit 7ced83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/javascripts/zero_clipboard_setup.js
Expand Up @@ -11,7 +11,7 @@ document.observe("dom:loaded", function() {
clipboard.glue('clipboard_button', 'clipboard_container');

clipboard.addEventListener('mouseOver', function (client) {
clipboard.setText($(source_input_control_id).value);
clipboard.setText($(zero_clipboard_source_input_control_id).value);
});
}
});
Expand Down

0 comments on commit 7ced83e

Please sign in to comment.