Skip to content

Instantly share code, notes, and snippets.

@sihorton
Created October 9, 2017 12:14
Show Gist options
  • Save sihorton/9219cb0c2d40273a9ae1d03633734b8c to your computer and use it in GitHub Desktop.
Save sihorton/9219cb0c2d40273a9ae1d03633734b8c to your computer and use it in GitHub Desktop.
Remove property does not exist on xxx warning for jQuery and others
//remove warnings for any object in a readable way that does not affect generated js.
($("div.printArea") as any).printArea();
@sihorton
Copy link
Author

//Example using hostElement doCmd()
( document.getElementById("tciTab") as ti.clientApis.hostElement).doCmd("reload");

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment