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