We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310c02a commit 014a48cCopy full SHA for 014a48c
client/src/mvc/ui/ui-field.js
@@ -1,8 +1,7 @@
1
-/** Renders the color picker used e.g. in the tool form **/
2
-import Utils from "utils/utils";
+import Backbone from "backbone";
3
import Ui from "mvc/ui/ui-misc";
4
5
-/** Renders an input element used e.g. in the tool form */
+/** Renders an input type field parameter */
6
export default Backbone.View.extend({
7
initialize: function (options) {
8
this.model =
0 commit comments