Add 'return $this' to CClientScript methods such as regiserScriptFile to provide chainable methods call

clientScript->regiserScriptFile & some other methods of CClientScript don’t return anything and this methods often is used few times each after other.

So it would be nice to add ‘return $this’ to this methods to provide chainable method calls (like this realised in EChainableBehavir extension on example of CClientScript).

It will make view files cleaner.

I also submitted issue with this proposal here

Wow, that was mega operatively, issue was closed by revision r2640.

Thanx :)

Very good, thank you that you pointed Yii team to fix this issue.