Skip to content

Instantly share code, notes, and snippets.

@yaakaito
Created August 19, 2013 09:52
Show Gist options
  • Save yaakaito/6267527 to your computer and use it in GitHub Desktop.
Save yaakaito/6267527 to your computer and use it in GitHub Desktop.
interface FastClickStatic {
attach(element: HTMLElement): void;
}
declare var FastClick: FastClickStatic;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment