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 ecb47b0 commit 7738042Copy full SHA for 7738042
README.md
@@ -37,7 +37,7 @@ You also take advantage of features like lazy-loading, that allows for loading c
37
A basic element definition looks like this:
38
39
```javascript
40
-JQX('smart-test', class TestElement extends Smart.BaseElement {
+Smart('smart-test', class TestElement extends Smart.BaseElement {
41
// properties.
42
static get properties() {
43
return {
0 commit comments