10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
|
to${1}: function() {
|
||
|
var summary = this.actual;
|
||
|
this.actual = summary.clone().wrap('<div>').parent().html();
|
||
|
|
||
|
${2}
|
||
|
|
||
|
return ${3:false};
|
||
|
},
|
||
|
|