fixed gitignore to reinclude wrongly ignored frontend libraries

This commit is contained in:
Kristjan Komlosi
2019-11-12 20:23:24 +01:00
parent 751095a5a1
commit 7f8e69fcf3
36 changed files with 20687 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
(function ($) {
'use strict';
$.plot.uiConstants = {
SNAPPING_CONSTANT: 20,
PANHINT_LENGTH_CONSTANT: 10,
MINOR_TICKS_COUNT_CONSTANT: 4,
TICK_LENGTH_CONSTANT: 10,
ZOOM_DISTANCE_MARGIN: 25
};
})(jQuery);