Completely updated React, fixed #11, (hopefully)
This commit is contained in:
4
goTorrentWebUI/node_modules/react-grid-layout/build/responsiveUtils.js
generated
vendored
4
goTorrentWebUI/node_modules/react-grid-layout/build/responsiveUtils.js
generated
vendored
@@ -1,4 +1,4 @@
|
||||
'use strict';
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
exports.getBreakpointFromWidth = getBreakpointFromWidth;
|
||||
@@ -6,7 +6,7 @@ exports.getColsFromBreakpoint = getColsFromBreakpoint;
|
||||
exports.findOrGenerateResponsiveLayout = findOrGenerateResponsiveLayout;
|
||||
exports.sortBreakpoints = sortBreakpoints;
|
||||
|
||||
var _utils = require('./utils');
|
||||
var _utils = require("./utils");
|
||||
|
||||
/**
|
||||
* Given a width, find the highest breakpoint that matches is valid for it (width > breakpoint).
|
||||
|
Reference in New Issue
Block a user