7 lines
198 B
JavaScript
7 lines
198 B
JavaScript
|
// Util: definition of breakpoint sizes for tablet and desktop modes
|
||
|
(function ($) {
|
||
|
'use strict';
|
||
|
if (patternfly !== undefined) {
|
||
|
$.pfBreakpoints = patternfly.pfBreakpoints;
|
||
|
}
|
||
|
}(jQuery));
|