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