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

No more timer (setText, setHtml) #28

Merged
merged 1 commit into from
Aug 29, 2014
Merged

No more timer (setText, setHtml) #28

merged 1 commit into from
Aug 29, 2014

Conversation

micky2be
Copy link
Member

Removed the option to be able to pass a function + interval to setText.
As already discussed, this is no used by anyone since long time. (close #11)

Tagged the method as deprecated.
Having the instantiation and the assignment is a bit useless, and can create sometimes bugs for devs.

Changed primitives name in JSDOC to small caps (string, number, boolean).

@ronkorving
Copy link

Next step (but this is an architectural/coupling challenge):

  • allow me to pass multiple values into setText, which can then create many text nodes.
  • allow me to pass a Tome into setText in order to bind its value straight to the created text node (not in this PR please).

@micky2be
Copy link
Member Author

Good ideas. Please create enhancement issues.

@ronkorving
Copy link

See #12 from March 24.

@micky2be
Copy link
Member Author

@polco Code review is welcome

@ronkorving
Copy link

This is still not in?

@micky2be
Copy link
Member Author

I thought it was 😓

@polco
Copy link

polco commented Aug 29, 2014

yeah it's good !

micky2be added a commit that referenced this pull request Aug 29, 2014
No more timer (setText, setHtml)
@micky2be micky2be merged commit 242c431 into WizUI:master Aug 29, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

setTimer doesn't need a name, does it?
3 participants