Added: Moment.js v2.24.0
This commit is contained in:
parent
77ecfb8b5a
commit
9b085ab016
|
@ -211,6 +211,9 @@ var files = {
|
||||||
'resources/modernizr/2.8.2/modernizr.min.jsm': true,
|
'resources/modernizr/2.8.2/modernizr.min.jsm': true,
|
||||||
'resources/modernizr/2.8.3/modernizr.min.jsm': true,
|
'resources/modernizr/2.8.3/modernizr.min.jsm': true,
|
||||||
|
|
||||||
|
// Moment.js
|
||||||
|
'resources/moment.js/2.24.0/moment.min.jsm': true,
|
||||||
|
|
||||||
// MooTools
|
// MooTools
|
||||||
'resources/mootools/1.1.1/mootools-yui-compressed.jsm': true,
|
'resources/mootools/1.1.1/mootools-yui-compressed.jsm': true,
|
||||||
'resources/mootools/1.1.2/mootools-yui-compressed.jsm': true,
|
'resources/mootools/1.1.2/mootools-yui-compressed.jsm': true,
|
||||||
|
@ -314,30 +317,9 @@ var files = {
|
||||||
// Files [Staging]
|
// Files [Staging]
|
||||||
[Environment.STAGING]: {
|
[Environment.STAGING]: {
|
||||||
|
|
||||||
// AngularJS
|
|
||||||
|
|
||||||
// Backbone.js
|
// Backbone.js
|
||||||
'resources/backbone.js/1.3.3/backbone-min.jsm': true,
|
'resources/backbone.js/1.3.3/backbone-min.jsm': true,
|
||||||
|
|
||||||
// Moment.js
|
|
||||||
'resources/moment.js/2.8.3/moment.min.jsm': true,
|
|
||||||
'resources/moment.js/2.8.4/moment.min.jsm': true,
|
|
||||||
'resources/moment.js/2.10.2/moment.min.jsm': true,
|
|
||||||
'resources/moment.js/2.10.3/moment.min.jsm': true,
|
|
||||||
'resources/moment.js/2.10.6/moment.min.jsm': true,
|
|
||||||
'resources/moment.js/2.11.1/moment.min.jsm': true,
|
|
||||||
'resources/moment.js/2.11.2/moment.min.jsm': true,
|
|
||||||
'resources/moment.js/2.17.0/moment.min.jsm': true,
|
|
||||||
'resources/moment.js/2.17.1/moment.min.jsm': true,
|
|
||||||
'resources/moment.js/2.18.1/moment.min.jsm': true,
|
|
||||||
'resources/moment.js/2.19.1/moment.min.jsm': true,
|
|
||||||
'resources/moment.js/2.19.2/moment.min.jsm': true,
|
|
||||||
'resources/moment.js/2.19.3/moment.min.jsm': true,
|
|
||||||
'resources/moment.js/2.20.1/moment.min.jsm': true,
|
|
||||||
'resources/moment.js/2.22.0/moment.min.jsm': true,
|
|
||||||
'resources/moment.js/2.22.1/moment.min.jsm': true,
|
|
||||||
'resources/moment.js/2.22.2/moment.min.jsm': true,
|
|
||||||
|
|
||||||
// Underscore.js
|
// Underscore.js
|
||||||
'resources/underscore.js/1.9.0/underscore-min.jsm': true,
|
'resources/underscore.js/1.9.0/underscore-min.jsm': true,
|
||||||
'resources/underscore.js/1.9.1/underscore-min.jsm': true
|
'resources/underscore.js/1.9.1/underscore-min.jsm': true
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Simple enable/disable button replaced with toggle switch</li>
|
<li>Simple enable/disable button replaced with toggle switch</li>
|
||||||
|
<li>Added: Moment.js (v2.24.0)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
Please update your uBlock/uMatrix rules
|
Please update your uBlock/uMatrix rules
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue