1
0
Fork 0

Extract StepUi#detach

You can't see where this is going, because there is other code that is not
yet part of Liza.  ...sorry.
master
Mike Gerwitz 2015-12-01 11:46:53 -05:00
parent 4ce78ebd9e
commit 972856225b
1 changed files with 0 additions and 16 deletions

View File

@ -271,22 +271,6 @@ module.exports = Class( 'StepUi' )
},
/**
* Detaches the step from the DOM
*
* @return StepUi self to allow for method chaining
*/
detach: function()
{
if ( this.$content instanceof jQuery )
{
this.$content.detach();
}
return this;
},
/**
* Will mark the step as dirty when the content is changed and update
* the staging bucket