In your controller:
public function init() {
$this->getHelper('viewRenderer')->setViewSuffix('js');
}
If you need to apply this to all the controllers inside a module, you must put it in the abstract controller class used for this module, and each of the modules in this module inherits from this abstract class.
, 'js' , , . , , .
init(), , , .