Fix syntax errors from the merge.
This commit is contained in:
parent
245e1f8192
commit
3e9427ca1e
2 changed files with 1 additions and 10 deletions
|
|
@ -198,17 +198,7 @@ sub toHtml {
|
||||||
</script>
|
</script>
|
||||||
END_HTML
|
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;
|
$self->headTags;
|
||||||
>>>>>>> Convert Textarea over to headTags
|
|
||||||
return $out;
|
return $out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -153,6 +153,7 @@ sub cache {
|
||||||
$self->{_cache} = $cache;
|
$self->{_cache} = $cache;
|
||||||
}
|
}
|
||||||
return $self->{_cache};
|
return $self->{_cache};
|
||||||
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue