diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-02 10:33:26 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-02 10:33:26 -0400 |
| commit | f3136eefe9105deb1d97123629dae80c2de66304 (patch) | |
| tree | 5389bd34d555ab4c3c065292e17cd41576db33ae /www/lib/moment/src/moment.js | |
| parent | 5e523cf0d1a3644f6a41709b777b08f73ec71d49 (diff) | |
updated libraries, squashed the problem of not getting bar handles on click, optimized montage view
Diffstat (limited to 'www/lib/moment/src/moment.js')
| -rw-r--r-- | www/lib/moment/src/moment.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lib/moment/src/moment.js b/www/lib/moment/src/moment.js index c315d1d3..4407eb97 100644 --- a/www/lib/moment/src/moment.js +++ b/www/lib/moment/src/moment.js @@ -1,12 +1,12 @@ //! moment.js -//! version : 2.10.2 +//! version : 2.10.3 //! authors : Tim Wood, Iskren Chernev, Moment.js contributors //! license : MIT //! momentjs.com import { hooks as moment, setHookCallback } from './lib/utils/hooks'; -moment.version = '2.10.2'; +moment.version = '2.10.3'; import { min, |
