Skip to content

Commit 8ca3f8c

Browse files
committed
jslint
1 parent dff78ce commit 8ca3f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LiveComponent/assets/src/live_controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { buildFormData, buildSearchParams } from './http_data_helper';
66
import { setDeepData, doesDeepPropertyExist, normalizeModelName } from './set_deep_data';
77
import { haveRenderedValuesChanged } from './have_rendered_values_changed';
88
import { normalizeAttributesForComparison } from './normalize_attributes_for_comparison';
9-
import { cloneHTMLElement } from "./clone_html_element";
9+
import { cloneHTMLElement } from './clone_html_element';
1010

1111
interface ElementLoadingDirectives {
1212
element: HTMLElement,

0 commit comments

Comments
 (0)