Skip to content

Commit

Permalink
removed function as chortcut of setValue element options (no need to …
Browse files Browse the repository at this point in the history
…rebuild)
  • Loading branch information
finom committed Oct 13, 2013
1 parent c3ed32d commit 47e80ef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/matreshka.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,6 @@ gc.MK = gc.Matreshka = Class({
return this;
}

if( typeof elOpts === 'function' ) {
elOpts = { setValue: elOpts };
}

this.makeSpecial( key );

$el = $( el );
Expand Down

0 comments on commit 47e80ef

Please sign in to comment.