Added Init comment

This commit is contained in:
Sarven Capadisli 2009-10-30 15:59:17 +01:00
parent 728ead7992
commit 4c94eda3c8

View File

@ -65,7 +65,7 @@ $(document).ready(function(){
var SN = { // StatusNet
C: { // Config
I: {
I: { // Init
CounterBlackout: false,
MaxLength: 140,
PatternUsername: /^[0-9a-zA-Z\-_.]*$/,