Index: trunk/phase3/includes/resourceloader/ResourceLoaderModule.php |
— | — | @@ -41,7 +41,7 @@ |
42 | 42 | # modules accessible to multiple users, such as those generated by the Gadgets extension. |
43 | 43 | const ORIGIN_USER_SITEWIDE = 3; |
44 | 44 | |
45 | | - # per-user module generated from user-editable files, like User:Me/Monobook.js |
| 45 | + # per-user module generated from user-editable files, like User:Me/vector.js |
46 | 46 | const ORIGIN_USER_INDIVIDUAL = 4; |
47 | 47 | |
48 | 48 | # an access constant; make sure this is kept as the largest number in this group |