private function JavaScriptPacker::_insertFastDecode in Advanced CSS/JS Aggregation 7
Same name and namespace in other branches
- 8.4 advagg_js_minify/jspacker.inc \JavaScriptPacker::_insertFastDecode()
- 8.2 advagg_js_minify/jspacker.inc \JavaScriptPacker::_insertFastDecode()
- 8.3 advagg_js_minify/jspacker.inc \JavaScriptPacker::_insertFastDecode()
- 6 advagg_js_compress/jspacker.inc \JavaScriptPacker::_insertFastDecode()
- 7.2 advagg_js_compress/jspacker.inc \JavaScriptPacker::_insertFastDecode()
File
- advagg_js_compress/
jspacker.inc, line 376
Class
Code
private function _insertFastDecode($match) {
return '{' . $this->buffer . ';';
}