Coding style (same white space as original file)

pull/62/head
ozh 11 years ago
parent 4ccfe8c386
commit 5e0627f41b

@ -446,8 +446,8 @@ class Engine {
* @param mixed $data Data to JSON encode
*/
public function _jsonp($data) {
// Get the callback value (eg '?jsonp=my_function') and pad the output
$callback = \Flight::request()->query[ $this->get('flight.jsonp.callback') ];
// Get the callback value (eg '?jsonp=my_function') and pad the output
$callback = \Flight::request()->query[ $this->get('flight.jsonp.callback') ];
$this->response()
->status(200)
->header('Content-Type', 'application/javascript')

Loading…
Cancel
Save