You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -49,12 +50,12 @@ The library comes with CJS, ESM and UMD modules. **TypeScript** types are also a
49
50
|`bind(selector: string, callback: Callback): this`| Binds a callback function with a given selector. |
50
51
|`bindClass(selector: string, BindableComponent: Bindable): this`| Binds a `Bindable` class with a given selector. |
51
52
|`observeAttributes(isEnabled?: boolean): this`| Looks for attributes changes, for example `class` or `data-*`. Rebinds registered functions if necessary. **WARNING!** Use with caution, this might be expensive. |
52
-
|`startListening(): this`| Runs callbacks or Bindable classes on registered selectors, starts listening for DOM changes. |
53
+
|`startListening(): this`| Runs callbacks or `Bindable` classes on registered selectors, starts listening for DOM changes. |
0 commit comments