You are here

private function JavaScriptPacker::_insertFastDecode in Advanced CSS/JS Aggregation 8.4

Same name and namespace in other branches
  1. 8.2 advagg_js_minify/jspacker.inc \JavaScriptPacker::_insertFastDecode()
  2. 8.3 advagg_js_minify/jspacker.inc \JavaScriptPacker::_insertFastDecode()
  3. 6 advagg_js_compress/jspacker.inc \JavaScriptPacker::_insertFastDecode()
  4. 7.2 advagg_js_compress/jspacker.inc \JavaScriptPacker::_insertFastDecode()
  5. 7 advagg_js_compress/jspacker.inc \JavaScriptPacker::_insertFastDecode()

File

advagg_js_minify/jspacker.inc, line 392

Class

JavaScriptPacker

Code

private function _insertFastDecode($match) {
  return '{' . $this->buffer . ';';
}