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

Page initialization #371

Merged
merged 9 commits into from
Jan 30, 2012
Merged

Page initialization #371

merged 9 commits into from
Jan 30, 2012

Conversation

cweider
Copy link
Contributor

@cweider cweider commented Jan 28, 2012

This shifts nearly all of the script for pad.html and timeslider.html into corresponding JavaScript modules. This mostly just helps with organization; it’s nicer to edit a JS file then something inside HTML. There may also be an argument that this is good for performance/caching reasons.

@JohnMcLear
Copy link
Member

@cweider I'm sure this is a good pull request but I want @Pita to merge this as I am sure you will have discussed it with him.

…r adds it.

It is bad form to register this handler on definition. This would cause problems if, for instance, this module was required by our Node code.
This is one step on the way to simplifying `Minify` and allowing all of the modules within pad.js to be loaded independently in development mode (which is useful for debugging).
@Pita
Copy link
Contributor

Pita commented Jan 30, 2012

works well, thx a lot

Pita pushed a commit that referenced this pull request Jan 30, 2012
@Pita Pita merged commit 4d714ce into ether:master Jan 30, 2012
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.

3 participants