Skip to content

Commit 81f1b00

Browse files
not sure why i moved this
1 parent 1620188 commit 81f1b00

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/widgets/buttons.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,14 @@ var UI = {
1616
// widgets: widgets // @@
1717
}
1818

19+
const utils = require('../utils')
20+
1921
const error = require('./error')
2022
const dragAndDrop = require('./dragAndDrop')
2123

2224
const cancelIconURI = UI.icons.iconBase + 'noun_1180156.svg' // black X
2325
const checkIconURI = UI.icons.iconBase + 'noun_1180158.svg' // green checkmark; Continue
2426

25-
const utils = require('../utils')
2627
function getStatusArea (context) {
2728
var box = context.statusArea || context.div || null
2829
if (box) return box

0 commit comments

Comments
 (0)