-
Notifications
You must be signed in to change notification settings - Fork 78
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
$.balanceTextUpdate() should be $.fn.balanceTextUpdate()? #92
Comments
@jab Thanks. Fixed. |
By the way, I was seeing balance-text not working in my (Polymer-using) web app when testing in mobile Chrome and Safari on my iPhone (running latest iOS 9.3.3) in many cases until I added a call to |
@jab Interesting. Yes, please open a new issue for that. |
Please see #93, which includes a link to a minimal test case. In creating that, I realized the problem actually reproduces on desktop too. |
The README says to call
$.balanceTextUpdate()
to manually re-balance all triggered elements, but that causesUncaught TypeError: $.balanceTextUpdate is not a function(…)
. Changing this to$.fn.balanceTextUpdate()
seems to do the trick.The text was updated successfully, but these errors were encountered: