Skip to content

Instantly share code, notes, and snippets.

@subtleGradient
Forked from anonymous/snippet.js
Created November 30, 2009 16:07
Show Gist options
  • Save subtleGradient/245520 to your computer and use it in GitHub Desktop.
Save subtleGradient/245520 to your computer and use it in GitHub Desktop.
var MyClass = new Class({
initialize: function(){
this.foo = /*<b compat=1.2>*/'123' && /*</b>*/'345';
/*<b compat=1.2>*/this.foo = '123';/*</b>*/
this.foo = '345';
},
//<b fix=ie6>
method: function(/*<b compat=1.2>*/arg12, /*</b>*/arg20){
},
//</b>
/*<b fix=safari2>*/method: function(){
},/*</b>*/
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment