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

Untitled #27

Closed
wants to merge 15 commits into from
Closed

Untitled #27

wants to merge 15 commits into from

Conversation

fabiomcosta
Copy link
Member

Fixes the cache problem on slick and clones the parsed object so we can change it later on the injectCombinator function

…so we can change the cache and it will still work fine.
@cpojer
Copy link
Member

cpojer commented Oct 15, 2010

Still not sure if a slick object that is being returned by Slick.parse should not be modifiable. I believe, in terms of API, getting an object from one function (Slick.parse), modifying it and automatically and unintentionally changing the behavior of another (Slick.find) method should be strictly verboten (Solely talking Slick, not MooTools).

@fabiomcosta
Copy link
Member Author

I don't wanna include a cloneObject method inside slick and ignore the parser cache... it's one of the great features it can have for being separate from the finder!

@cpojer
Copy link
Member

cpojer commented Oct 15, 2010

I'm waiting for input from others. I understand the issue regarding the Slick separation, however mutating function results like that should not be possible.

@cpojer
Copy link
Member

cpojer commented Jan 11, 2011

done.

This pull request was closed.
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

4 participants