Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default value of 'title' attribute is "Raphael" #714

Open
MarkMaldaba opened this issue Apr 18, 2013 · 0 comments
Open

Default value of 'title' attribute is "Raphael" #714

MarkMaldaba opened this issue Apr 18, 2013 · 0 comments

Comments

@MarkMaldaba
Copy link

To reproduce
(assuming obj is a Raphael object):

Foo = obj.attr('title');
console.log(Foo);

Expected result:
Either

""

or

undefined

Actual result:

"Raphael"

This is bizarre behaviour! Tested on text objects, so may or may not apply to other object types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant