Skip to content

Commit 987573e

Browse files
committed
Fix typedInput change event
1 parent 9e442ec commit 987573e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/creating-nodes/js/typedInput.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,20 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
**/
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+
1630
(function($) {
1731
var contextParse = function(v) {
1832
var parts = RED.utils.parseContextKey(v);

0 commit comments

Comments
 (0)