DEBSOURCES
Skip Quicknav
sources / yasnippet-snippets / 1.0%2B28.gcd665c9-1 / snippets / js-mode / init
12345678
# -*- mode: snippet; require-final-newline: nil -*- # name: constructor # key: init # -- constructor(${1:arg}) { ${2:super(${3:arg});} $0 }