Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old inputs in select_mode_radio-check #2055

Merged
merged 2 commits into from
Jun 26, 2017
Merged

Remove old inputs in select_mode_radio-check #2055

merged 2 commits into from
Jun 26, 2017

Conversation

tadatuta
Copy link
Member

@tadatuta
Copy link
Member Author

cc @veged

@@ -12,19 +12,23 @@ modules.define('select', ['jquery'], function(provide, $, Select) {
provide(Select.declMod({ modName : 'mode', modVal : 'radio-check' }, /** @lends select.prototype */{
_updateControl : function() {
var val = this.getVal(),
control = this._elem('control') && this._elem('control').domElem;
control = this._elem('control'),
controlElem = control && control.domElem;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

controlElem -> controlDomElem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant