mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-11 15:14:27 +02:00
somewhat broken
This commit is contained in:
parent
d7f3653ad9
commit
8d2803e4e4
8 changed files with 5659 additions and 9 deletions
|
@ -9,7 +9,7 @@
|
|||
*/
|
||||
|
||||
// essentially a static class
|
||||
function AnimationFactory() {
|
||||
var AnimationFactory = function() {
|
||||
|
||||
}
|
||||
|
||||
|
@ -251,4 +251,3 @@ AnimationFactory.prototype.genFromToSnapshotAnimation = function(
|
|||
|
||||
exports.AnimationFactory = AnimationFactory;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue