diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-14 21:50:17 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-14 21:50:17 -0500 |
commit | 89cb98e4d14ad4980133f8e8e44b15d56c3ebea5 (patch) | |
tree | dd638239250b3b005dd3fea23b861125929e1e6a /ext | |
parent | 853faaf48c63b6efba09d3de0c0c508f7c24ff50 (diff) |
Add global apiForward
Diffstat (limited to 'ext')
-rw-r--r-- | ext/fg/js/float.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/float.js b/ext/fg/js/float.js index 418c69b6..46d1314e 100644 --- a/ext/fg/js/float.js +++ b/ext/fg/js/float.js @@ -16,7 +16,7 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -/*global popupNestedInitialize, Display*/ +/*global popupNestedInitialize, apiForward, Display*/ class DisplayFloat extends Display { constructor() { |