Skip to content

Instantly share code, notes, and snippets.

@Taiger
Created October 25, 2013 01:24
Show Gist options
  • Select an option

  • Save Taiger/7148066 to your computer and use it in GitHub Desktop.

Select an option

Save Taiger/7148066 to your computer and use it in GitHub Desktop.

Revisions

  1. Taiger created this gist Oct 25, 2013.
    7 changes: 7 additions & 0 deletions gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    /* ie10 and up classes */
    /*@cc_on
    (function(){
    console.log('Conditonals Rock!');
    });
    document.documentElement.classList += ' ie' + document.documentMode});
    @*/