Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(icon): Fix issue with resizing SVGs when jQuery included. #1803

Closed
wants to merge 1 commit into from
Closed

fix(icon): Fix issue with resizing SVGs when jQuery included. #1803

wants to merge 1 commit into from

Conversation

programmist
Copy link
Contributor

This fixes #1679. I replaced most usages of jqLite in the service with native alternatives.

@ajoslin ajoslin added the in progress Mainly for in progress PRs, but may be used for issues that require multiple PRs label Mar 6, 2015
@googlebot
Copy link

Thanks for your pull request.

It looks like this may be your first contribution to a Google open source project, in which case you'll need to sign a Contributor License Agreement (CLA) at https://cla.developers.google.com/.

If you've already signed a CLA, it's possible we don't have your GitHub username or you're using a different email address. Check the information on your CLA or see this help article on setting the email on your git commits.

Once you've done that, please reply here to let us know. If you signed the CLA as a corporation, please let us know the company's name.

})
.css( {
'viewBox' : this.element.getAttribute('viewBox') || ('0 0 ' + iconSize + ' ' + iconSize)
}, function(attr, val) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Switching the argument names would be more intuitive :)

@ThomasBurleson ThomasBurleson removed the in progress Mainly for in progress PRs, but may be used for issues that require multiple PRs label Mar 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to Set Size for md-icon using Iconset and CSS Styling (when using JQuery)
5 participants