We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15dbd8d + 987573e commit a931f1cCopy full SHA for a931f1c
docs/creating-nodes/js/typedInput.js
@@ -13,6 +13,20 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
**/
16
+
17
+/*
18
+ __________________________________________
19
+/ This is the copy of typedInput.js in the \
20
+\ documentation repository /
21
+ ---------------------------------------
22
+ \ ^__^
23
+ \ (oo)\_______
24
+ (__)\ )\/\
25
+ ||----w |
26
+ || ||
27
+ */
28
29
30
(function($) {
31
var contextParse = function(v) {
32
var parts = RED.utils.parseContextKey(v);
0 commit comments