Maheshjayachandran / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Typo into goog.style.getScrollbarWidth #441

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. open style.js line 1827
2. current value "outerDiv.style.cssText = 'visiblity:hidden;..."
3. should be "outerDiv.style.cssText = 'visibility:hidden;..."

What is the expected output? What do you see instead?
- see reproduce steps

What version of the product are you using? On what operating system?
- trunk

Please provide any additional information below.
Svn browser link: 
http://code.google.com/codesearch#epIciakqvFc/trunk/closure/goog/style/style.js&
q=style.js%20package:http://closure-library%5C.googlecode%5C.com&l=1827

Original issue reported on code.google.com by hthetiot on 20 Mar 2012 at 6:48

GoogleCodeExporter commented 9 years ago
Thanks for the report!

Original comment by chrishe...@google.com on 20 Mar 2012 at 6:57

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1672.

Original comment by Nicholas.J.Santos on 22 Mar 2012 at 2:46