jshint
This commit is contained in:
parent
b1dc1b5bac
commit
10f7b59986
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export default Ember.ObjectController.extend(EmberValidations.Mixin, {
|
|||
/*
|
||||
* maps optionsDates for bootstrap datepicker as a simple array of date objects
|
||||
*/
|
||||
optionsBootstrapDatepicker: function(key, value, previousValue) {
|
||||
optionsBootstrapDatepicker: function(key, value) {
|
||||
// setter
|
||||
if (arguments.length > 1) {
|
||||
this.set('optionsDates',
|
||||
|
|
Loading…
Reference in a new issue