dpoeschl / StashPop

StashPop adds features to GitHub, with extra Jenkins testing support. Get the Chrome extension at
https://chrome.google.com/webstore/detail/stashpop/nghjdgghnnljcdgaicggnlbmojcaedhl
MIT License
5 stars 9 forks source link

moment.js deprecation warning #76

Closed akoeplinger closed 8 years ago

akoeplinger commented 8 years ago

I get this in developer console:

Deprecation warning: moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to https://github.com/moment/moment/issues/1407 for more info.
Error
    at Function.createFromInputFallback (chrome-extension://nghjdgghnnljcdgaicggnlbmojcaedhl/moment.min.js:6:7002)
    at da (chrome-extension://nghjdgghnnljcdgaicggnlbmojcaedhl/moment.min.js:6:7484)
    at Ba (chrome-extension://nghjdgghnnljcdgaicggnlbmojcaedhl/moment.min.js:6:11268)
    at Aa (chrome-extension://nghjdgghnnljcdgaicggnlbmojcaedhl/moment.min.js:6:11165)
    at za (chrome-extension://nghjdgghnnljcdgaicggnlbmojcaedhl/moment.min.js:6:10886)
    at Ca (chrome-extension://nghjdgghnnljcdgaicggnlbmojcaedhl/moment.min.js:6:11581)
    at Da (chrome-extension://nghjdgghnnljcdgaicggnlbmojcaedhl/moment.min.js:6:11615)
    at a (chrome-extension://nghjdgghnnljcdgaicggnlbmojcaedhl/moment.min.js:6:202)
    at chrome-extension://nghjdgghnnljcdgaicggnlbmojcaedhl/content.js:568:39
    at messageListener (extensions::messaging:346:9)