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

improve setInterval service #2

Open
fotomut opened this issue Jun 23, 2013 · 0 comments
Open

improve setInterval service #2

fotomut opened this issue Jun 23, 2013 · 0 comments
Assignees

Comments

@fotomut
Copy link
Collaborator

fotomut commented Jun 23, 2013

  // https://developer.mozilla.org/en-US/docs/Web/API/window.setInterval
  setInterval: function(func, delay) {

  },
  // https://developer.mozilla.org/en-US/docs/Web/API/window.clearInterval
  clearInterval: function(intervalID) {

  }
@ghost ghost assigned fotomut Jun 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant