Skip to content

Commit

Permalink
Fix syntax errors from the merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Sep 23, 2010
1 parent 245e1f8 commit 3e9427c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 0 additions & 10 deletions lib/WebGUI/Form/Textarea.pm
Expand Up @@ -198,17 +198,7 @@ sub toHtml {
</script>
END_HTML
}
<<<<<<< HEAD
elsif ($self->get('maxlength')) {
$style->setScript( $url->extras( 'yui/build/yahoo-dom-event/yahoo-dom-event.js' ));
}
if ($self->get('maxlength')) {
# Add the maxlength script
$style->setScript( $url->extras( 'yui-webgui/build/form/textarea.js' ));
}
=======
$self->headTags;
>>>>>>> Convert Textarea over to headTags
return $out;
}

Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Session.pm
Expand Up @@ -153,6 +153,7 @@ sub cache {
$self->{_cache} = $cache;
}
return $self->{_cache};
}

#-------------------------------------------------------------------

Expand Down

0 comments on commit 3e9427c

Please sign in to comment.