Function is not available
This commit is contained in:
parent
ce30a00931
commit
e650a08eb1
|
@ -10,14 +10,14 @@
|
||||||
$body = $('body'),
|
$body = $('body'),
|
||||||
$sidebar = $('#sidebar');
|
$sidebar = $('#sidebar');
|
||||||
|
|
||||||
// Breakpoints.
|
// Breakpoints. // Commented as the function is not implemented
|
||||||
breakpoints({
|
/*breakpoints({
|
||||||
xlarge: [ '1281px', '1680px' ],
|
xlarge: [ '1281px', '1680px' ],
|
||||||
large: [ '981px', '1280px' ],
|
large: [ '981px', '1280px' ],
|
||||||
medium: [ '737px', '980px' ],
|
medium: [ '737px', '980px' ],
|
||||||
small: [ '481px', '736px' ],
|
small: [ '481px', '736px' ],
|
||||||
xsmall: [ null, '480px' ]
|
xsmall: [ null, '480px' ]
|
||||||
});
|
});*/
|
||||||
|
|
||||||
// Hack: Enable IE flexbox workarounds.
|
// Hack: Enable IE flexbox workarounds.
|
||||||
if (browser.name == 'ie')
|
if (browser.name == 'ie')
|
||||||
|
|
Loading…
Reference in New Issue