From fccf6ae4e18b24f5437b35d59c4926bc29703e42 Mon Sep 17 00:00:00 2001 From: Kurt Schwehr Date: Fri, 16 Jan 2026 16:58:46 -0800 Subject: [PATCH] apifunction_test.js: Add test coverage. PiperOrigin-RevId: 857353657 --- javascript/src/apifunction.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/javascript/src/apifunction.js b/javascript/src/apifunction.js index 9b7bd26..d23d9f1 100644 --- a/javascript/src/apifunction.js +++ b/javascript/src/apifunction.js @@ -22,8 +22,6 @@ goog.require('goog.object'); goog.requireType('ee.Encodable'); goog.requireType('ee.api'); - - /** * Creates a function defined by the EE API. * @param {string} name The name of the function.