summaryrefslogtreecommitdiffstats
path: root/system/libraries/Javascript/Jquery.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2013-07-24 22:37:43 +0200
committerAndrey Andreev <narf@devilix.net>2013-07-24 22:37:43 +0200
commit45a4544ba38d654d87e3a9664b483bd5758d42d1 (patch)
treef336cff051bdfd620cfb7fe6d2d86f7bdca0b81d /system/libraries/Javascript/Jquery.php
parent28769988ee2a86e2d8c1863690355dc6bf368666 (diff)
parent3b8b892d8093bfc5f6b6b54c77878eb591eaf6c4 (diff)
Merge pull request #2556 from vlakoff/develop-4
Fixes in JavaScript Library
Diffstat (limited to 'system/libraries/Javascript/Jquery.php')
-rw-r--r--system/libraries/Javascript/Jquery.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/system/libraries/Javascript/Jquery.php b/system/libraries/Javascript/Jquery.php
index f5fa72d30..ab78e8b2e 100644
--- a/system/libraries/Javascript/Jquery.php
+++ b/system/libraries/Javascript/Jquery.php
@@ -923,7 +923,6 @@ class CI_Jquery extends CI_Javascript {
if (is_array($js))
{
$js = implode("\n\t\t", $js);
-
}
$event = "\n\t$(".$this->_prep_element($element).').'.$event."(function(){\n\t\t{$js}\n\t});\n";
@@ -937,7 +936,7 @@ class CI_Jquery extends CI_Javascript {
* Compile
*
* As events are specified, they are stored in an array
- * This funciton compiles them all for output on a page
+ * This function compiles them all for output on a page
*
* @param string $view_var
* @param bool $script_tags