tidying, moving to score

This commit is contained in:
Shish
2009-01-03 13:06:36 -08:00
parent bca8221609
commit cc0bd18c4f
2 changed files with 2 additions and 4 deletions

View File

@ -28,7 +28,6 @@ class InitExtEvent extends Event {}
/*
* PageRequestEvent:
*
* User requests /view/42 -> an event is generated with $args = array("view",
* "42"); when an event handler asks $event->page_matches("view"), it returns
* true and ignores the matched part, such that $event->count_args() = 1 and