6 lines
82 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
#name : Constructor
# --
initialize: function($1) {
$0
}