Added buffers successor
This commit is contained in:
parent
66fe241364
commit
523c3d04bc
|
@ -158,6 +158,11 @@ class JSM
|
||||||
return $b;
|
return $b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function _buffers()
|
||||||
|
{
|
||||||
|
return $this->buffers;
|
||||||
|
}
|
||||||
|
|
||||||
function _pushVarScope()
|
function _pushVarScope()
|
||||||
{
|
{
|
||||||
$this->scope_vars[] = array();
|
$this->scope_vars[] = array();
|
||||||
|
|
Loading…
Reference in New Issue