diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-04-03 15:06:03 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-04-03 15:06:03 +0200 |
commit | 1b815532378bd444347d1bc741771e13108147b6 (patch) | |
tree | b1742e62480d3243544ec60c184f0fde334b2b46 /system/libraries/Javascript.php | |
parent | 443bbd96382552e8a7aea0f9dc7f1c90efc9b4e8 (diff) |
Minor cleanup and style fixes in the Unit_test and Image_lib libraries
Diffstat (limited to 'system/libraries/Javascript.php')
-rw-r--r-- | system/libraries/Javascript.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/libraries/Javascript.php b/system/libraries/Javascript.php index baa044117..629a3adfe 100644 --- a/system/libraries/Javascript.php +++ b/system/libraries/Javascript.php @@ -105,7 +105,7 @@ class CI_Javascript { * * @param string The element to attach the event to * @param string The code to execute - * @param boolean whether or not to return false + * @param bool whether or not to return false * @return string */ public function click($element = 'this', $js = '', $ret_false = TRUE) @@ -644,7 +644,7 @@ class CI_Javascript { * Outputs a <script> tag * * @param string The element to attach the event to - * @param boolean If a CDATA section should be added + * @param bool If a CDATA section should be added * @return string */ public function inline($script, $cdata = TRUE) |