Skip to content

Commit 014a48c

Browse files
committed
Fix lient unit tests for ui-fields parameter
1 parent 310c02a commit 014a48c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

client/src/mvc/ui/ui-field.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
/** Renders the color picker used e.g. in the tool form **/
2-
import Utils from "utils/utils";
1+
import Backbone from "backbone";
32
import Ui from "mvc/ui/ui-misc";
43

5-
/** Renders an input element used e.g. in the tool form */
4+
/** Renders an input type field parameter */
65
export default Backbone.View.extend({
76
initialize: function (options) {
87
this.model =

0 commit comments

Comments
 (0)