Added buffers successor
This commit is contained in:
parent
66fe241364
commit
523c3d04bc
|
@ -157,6 +157,11 @@ class JSM
|
|||
throw new Exception("No current buffer");
|
||||
return $b;
|
||||
}
|
||||
|
||||
function _buffers()
|
||||
{
|
||||
return $this->buffers;
|
||||
}
|
||||
|
||||
function _pushVarScope()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue