From 523c3d04bc7ff5475da886e36f0bf6a3316fb575 Mon Sep 17 00:00:00 2001 From: Madpwnhammer Date: Wed, 14 Dec 2022 13:54:24 +0300 Subject: [PATCH] Added buffers successor --- jsm.inc.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jsm.inc.php b/jsm.inc.php index ba8481a..0567340 100644 --- a/jsm.inc.php +++ b/jsm.inc.php @@ -157,6 +157,11 @@ class JSM throw new Exception("No current buffer"); return $b; } + + function _buffers() + { + return $this->buffers; + } function _pushVarScope() {