diff options
Diffstat (limited to 'web/gui/dashboard/dashboard-react.js')
-rw-r--r-- | web/gui/dashboard/dashboard-react.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/gui/dashboard/dashboard-react.js b/web/gui/dashboard/dashboard-react.js index 0b342c54..99f868f4 100644 --- a/web/gui/dashboard/dashboard-react.js +++ b/web/gui/dashboard/dashboard-react.js @@ -3,7 +3,7 @@ /** * after react-dashboard refractor, this file can be renamed to 'dashboard.js' * and it will: - * - setup global objects, so any assignements like 'NETDATA.options.current.destroy_on_hide = true' + * - setup global objects, so any assignments like 'NETDATA.options.current.destroy_on_hide = true' * will not break. we need to add it in places where 'dashboard.js' is * - create react root DOM node * - load react app |