6 lines
82 B
Plaintext
6 lines
82 B
Plaintext
# -*- mode: snippet -*-
|
|
#name : Constructor
|
|
# --
|
|
initialize: function($1) {
|
|
$0
|
|
} |