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
When including beautify-css.js file as a module, which always defaults to strict mode, the following error will be thrown due to js_source_text not being defined.
Uncaught ReferenceError: js_source_text is not defined
This doesn't appear to be used anywhere and I can only assume it's a typo?..
The text was updated successfully, but these errors were encountered:
Should this line not be
source_text
, rather thanjs_source_text
?https://github.com/beautify-web/js-beautify/blob/6b60339719c1491dce6eda8302f092accbf94ad6/js/src/css/beautifier.js#L199
When including
beautify-css.js
file as a module, which always defaults to strict mode, the following error will be thrown due tojs_source_text
not being defined.This doesn't appear to be used anywhere and I can only assume it's a typo?..
The text was updated successfully, but these errors were encountered: