Skip to content

Commit

Permalink
chore(JS): add missing require statment
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Jul 19, 2019
1 parent d26084e commit 36b2187
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 8 deletions.
43 changes: 38 additions & 5 deletions client/dist/bbj-grid-widget.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions client/dist/bbj-grid-widget.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/dist/report.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions client/src/api/cells.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

import { gw_getGrid } from "./utilities";

const { deepParseJson } = require("deep-parse-json");

/**
* Start cell editing
*
Expand Down

0 comments on commit 36b2187

Please sign in to comment.