Skip to content

Instantly share code, notes, and snippets.

@oscarryz
Last active December 28, 2015 04:49
Show Gist options
  • Save oscarryz/7445444 to your computer and use it in GitHub Desktop.
Save oscarryz/7445444 to your computer and use it in GitHub Desktop.
var Inputs = Class.extend({
validate: function() {
blablabal
if ( someCondition ) {
f = this.validate
}
}
)
var f = function(){}
....
f();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment