Skip to content

Commit

Permalink
Cleaned up source a bit. New minified version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsandor committed Aug 9, 2011
1 parent 7ffbf2c commit 81accbd
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 11 deletions.
11 changes: 1 addition & 10 deletions gury.js
Expand Up @@ -538,23 +538,14 @@ window.$g = window.Gury = (function(window, jQuery) {
},

/*
* TODO Document me
* TODO Add Tagging
*
* for adding global transformations to all objects
*
* {
* up : // runs before drawing all other objects,
* down: // runs after all other objects
* }
*
*/
addTransform: function(object) {
this._transforms.add(object);
},

/*
* TODO Document me, add tagging.
* TODO Add Tagging
*/
removeTransform: function(object) {
this._transforms.remove(object);
Expand Down

0 comments on commit 81accbd

Please sign in to comment.