Skip to content

Instantly share code, notes, and snippets.

Created November 30, 2009 16:07
Show Gist options
  • Save anonymous/245519 to your computer and use it in GitHub Desktop.
Save anonymous/245519 to your computer and use it in GitHub Desktop.
var MyClass = new Class({
initialize: function(){
this.foo = /**build:1.2*/'123' && /*build:1.2**/'345';
this.foo = '123'; //build:1.2
/*build:1.2*/this.foo = '123';
this.foo = '345';
},
/**build:IE6*/
method: function(/**build:1.2*/arg12,/*build:1.2**/ arg20){
},
/*build:IE6**/
/**build:IE7*/method: function(){
},/*build:IE7**/
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment