1
0
Fork 0
mirror of https://github.com/kbparagua/paloma synced 2023-03-27 23:21:17 -04:00

Update README.md

This commit is contained in:
Karl Bryan Paragua 2013-03-10 10:27:31 +08:00
parent 694db57c7d
commit 6802a0e9cb

View file

@ -272,7 +272,7 @@ filter.as('filter name').before_all().perform(function(params){
alert("I'm a before filter!");
});
filter.as('another filter').after_all().perform(function(params{
filter.as('another filter').after_all().perform(function(params){
alert("I'm an after filter");
});
```