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

Refactored impress.js into an object while maintaining backward-compatibility with v0.3 #112

Closed
wants to merge 20 commits into from
Closed
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
509ffda
Refactored impress.js into single monolithic function, to be converte…
jeady Feb 29, 2012
544fbaf
Objectified impress
jeady Feb 29, 2012
cf1020c
Cleaned up setBrowserSpecificProperty, removed memoization because th…
jeady Feb 29, 2012
c40d636
Replaced roots with a simple boolean because only one presentation ca…
jeady Feb 29, 2012
b9eae37
Removed rootId as a parameter to start(), now use impress.root member…
jeady Feb 29, 2012
64d6963
Converted goto, next, and prev to be instance methods
jeady Feb 29, 2012
db49296
Changed this.start to self.start to be consistent
jeady Feb 29, 2012
113272b
Began cleaning up start. Moved a bunch of initial setup code to be co…
jeady Mar 1, 2012
90aa04e
First pass, full refactoring. Goto, prev, and next are public methods…
jeady Mar 1, 2012
3cd80d4
I guess I forgot to move next() and prev(). They have now been moved.
jeady Mar 1, 2012
54ed6e0
Eliminated self.current and target
jeady Mar 1, 2012
5193c47
Consolidated click handlers
jeady Mar 1, 2012
f99db4a
Lots of misc. cleanups
jeady Mar 1, 2012
9f01682
Merge branch 'master' of https://github.com/bartaz/impress.js
jeady Mar 3, 2012
31f8c2e
Updated comments, a little more cleanup
jeady Mar 3, 2012
5fe486f
Moved the properties applied to each step to a customizable member va…
jeady Mar 3, 2012
e752a4d
Removed unnecessary self.presenting boolean
jeady Mar 3, 2012
f8b89b5
Added backward compatibility with impress.js 0.3
jeady Mar 4, 2012
b2bc34b
Reverting index.html because backward-compatibility has meen maintained
jeady Mar 4, 2012
37ae132
Fixed some spacing issues, added usage comment, moved compatibility c…
jeady Mar 4, 2012
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view