Skip to content

Commit 2a72143

Browse files
remove jquery reference
1 parent 62f508d commit 2a72143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/components/client-side-operations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ This is to postback to component's server.js and get just the data back. Callbac
118118

119119
### oc.renderNestedComponent ($el, callback);
120120

121-
Given a HTMLElement selected (it can also be a jQuery element) $el `<oc-component>` element, renders it and then executes the callback function.
121+
Given a HTMLElement selected $el `<oc-component>` element, renders it and then executes the callback function.
122122

123123
### oc. registerTemplates (`[templates]`)
124124

0 commit comments

Comments
 (0)