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

Timob 6481 Layout fixes. #872

Merged
merged 7 commits into from Dec 8, 2011
Merged

Timob 6481 Layout fixes. #872

merged 7 commits into from Dec 8, 2011

Conversation

nebrius
Copy link
Contributor

@nebrius nebrius commented Dec 7, 2011

No description provided.

@@ -19,6 +18,9 @@
if (obj.dom.style['bottom']) {
obj.dom.style['bottom'] = '';
}
if (typeof val === "number") {
Copy link
Contributor

Choose a reason for hiding this comment

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

can all of these be abstracted into a single method? You're repeating the same logic.

@cb1kenobi
Copy link
Contributor

Tested and reviewed. Request accepted.

@donthorp
Copy link
Contributor

donthorp commented Dec 8, 2011

Code reviewed. Request accepted. Note: Chris is going to create tickets for optimizations like using locals to speed up and shrink things like

obj.dom.style.left = '';
obj.dom.style.right = '';
obj.dom.style.top = '';
obj.dom.style.bottom = '';

donthorp added a commit that referenced this pull request Dec 8, 2011
@donthorp donthorp merged commit 2e4daa2 into tidev:master Dec 8, 2011
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

Successfully merging this pull request may close these issues.

None yet

3 participants