===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libjs-twitter-bootstrap-datepicker-1.3.1+dfsg1/CHANGELOG.md-112-Internal changes:
libjs-twitter-bootstrap-datepicker-1.3.1+dfsg1/CHANGELOG.md:113:* Cleaner and more reliable method for extracting options from all potential sources (defaults, locale overrides, data-attrs, and instantiation options, in that order).  This also populates `$.fn.datepicker.defaults` with the default values, and uses this hash as the actual source of defaults, meaning you can globally change the default value for a given option.
libjs-twitter-bootstrap-datepicker-1.3.1+dfsg1/CHANGELOG.md-114-
##############################################
libjs-twitter-bootstrap-datepicker-1.3.1+dfsg1/docs/i18n.rst-3-
libjs-twitter-bootstrap-datepicker-1.3.1+dfsg1/docs/i18n.rst:4:The plugin supports i18n for the month and weekday names and the ``weekStart`` option.  The default is English ("en"); other available translations are avilable in the ``js/locales/`` directory, simply include your desired locale after the plugin.  To add more languages, simply add a key to ``$.fn.datepicker.dates``, before calling ``.datepicker()``.  Example::
libjs-twitter-bootstrap-datepicker-1.3.1+dfsg1/docs/i18n.rst-5-
##############################################
libjs-twitter-bootstrap-datepicker-1.3.1+dfsg1/docs/index.rst-83-
libjs-twitter-bootstrap-datepicker-1.3.1+dfsg1/docs/index.rst:84:Defaults for all options can be modified directly by changing values in the ``$.fn.datepicker.defaults`` hash::
libjs-twitter-bootstrap-datepicker-1.3.1+dfsg1/docs/index.rst-85-
##############################################
libjs-twitter-bootstrap-datepicker-1.3.1+dfsg1/docs/index.rst-94-
libjs-twitter-bootstrap-datepicker-1.3.1+dfsg1/docs/index.rst:95:``$.fn.datepicker.noConflict`` provides a way to avoid conflict with other jQuery datepicker plugins::
libjs-twitter-bootstrap-datepicker-1.3.1+dfsg1/docs/index.rst-96-