Skip to content

Instantly share code, notes, and snippets.

@videlais

videlais/cjs.js Secret

Created August 31, 2014 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save videlais/d5d2a38cafd2569640b3 to your computer and use it in GitHub Desktop.
Save videlais/d5d2a38cafd2569640b3 to your computer and use it in GitHub Desktop.
Detecting CocoonJS (CocoonJS global method)
var isCocoonJS = (typeof CocoonJS !== "undefined");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment