6 lines
No EOL
95 B
Text
6 lines
No EOL
95 B
Text
# -*- mode: snippet; require-final-newline: nil -*-
|
|
# name: this
|
|
# key: .
|
|
# --
|
|
this.$1 = $1;
|
|
$0 |