Skip to content

Commit

Permalink
Added original view id when data for a pattern is loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Tomat committed Mar 3, 2016
1 parent 343b924 commit f1e2915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/start.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* Useful for dynamically generating pattern data, e.g. sprites
* $data is the raw output of the data.json
*/
ViewData::composer('elements/forms/input', function ($data) {
ViewData::composer('elements/forms/input', function ($data, $id, $originalId) {
// $data->label = 'boo yah!';
});

Expand Down

0 comments on commit f1e2915

Please sign in to comment.