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

progressbar: assign val field to zero by default #1468

Closed
aristov opened this issue Apr 20, 2015 · 1 comment
Closed

progressbar: assign val field to zero by default #1468

aristov opened this issue Apr 20, 2015 · 1 comment
Assignees

Comments

@aristov
Copy link
Contributor

aristov commented Apr 20, 2015

{ 
    block : 'progressbar', 
    mods : { theme : 'simple' },
}

should be equivalent to

{ 
    block : 'progressbar', 
    mods : { theme : 'simple' },
    val : 0 
}
@sipayRT
Copy link
Contributor

sipayRT commented Apr 21, 2015

👍

@sipayRT sipayRT self-assigned this Apr 21, 2015
@sipayRT sipayRT added the ready label Apr 21, 2015
@narqo narqo removed the ready label Apr 23, 2015
tadatuta added a commit that referenced this issue Apr 23, 2015
progressbar: assign 'val'  field to zero by default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants