Missing Method in PostsController

Error: The action js is not defined in controller PostsController

Error: Create PostsController::js() in file: brokenfrequency_app/controllers/posts_controller.php.

<?php
class PostsController extends AppController {

	var $name = 'Posts';


	function js() {

	}

}
?>

Notice: If you want to customize this error message, create brokenfrequency_app/views/errors/missing_action.ctp.