no longer needed

This commit is contained in:
Andy Miller
2019-04-11 15:06:19 -06:00
parent 09c1255239
commit fbf7c50a12

View File

@@ -37,12 +37,6 @@ class Assets extends PropertyObject
/** @const Regex to match JavaScript files */
const JS_REGEX = '/.\.js$/i';
/**
* @const Regex to match <script> or <style> tag when adding inline style/script. Note that this only supports a
* single tag, so the check is greedy to avoid issues in JS.
*/
const HTML_TAG_REGEX = '#(<([A-Z][A-Z0-9]*)>)+(.*)(<\/\2>)#is';
protected $assets_dir;
protected $assets_url;