pbernasconi / cordova-progressIndicator

Native Progress-Indicator for Cordova
pbernasconi.github.io/cordova-progressIndicator/
Apache License 2.0
90 stars 61 forks source link

Simplify function to show(type, ...) #2

Open pbernasconi opened 10 years ago

pbernasconi commented 10 years ago

Maybe it would be simpler to have something like

ProgressIndicator.show('type', true, 'label', 'description')

rather than

ProgressIndicator.showSimpleWithLabel(true, 'label', 'description')