remove workspace

This commit is contained in:
Aleksey Chichenkov 2018-09-20 11:51:19 +03:00
parent 5a9a95b99d
commit ac1fafac1f
10 changed files with 172 additions and 54 deletions

View file

@ -0,0 +1,8 @@
<?js
var data = obj;
var self = this;
?>
<?js for(var a = 0; a < data.length; a++) { ?>
<?js= self.partial('full_method/param_full.tmpl', data[a]) ?>
<?js } ?>