public function testreturn_()
 {
     $js = new CopixJSWidget();
     $js->return_('x');
     $this->assertEquals('return "x";', _toString($js));
 }