Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Documentation error: default orientation is right. #64

Open
apgrc opened this issue May 5, 2020 · 0 comments
Open

Documentation error: default orientation is right. #64

apgrc opened this issue May 5, 2020 · 0 comments

Comments

@apgrc
Copy link

apgrc commented May 5, 2020

As in src/scripts/daterangepicker/config.coffee:

  _orientation: (val) ->
    val ||= 'right'
    throw new Error('Invalid orientation') unless val in ['right', 'left']
    ko.observable(val)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant