removing playing-revert class when gridster is disabled

This commit is contained in:
vieron
2012-07-23 15:14:53 +02:00
parent d1b7009fc9
commit f0a50649d1

View File

@@ -109,6 +109,7 @@
* @return {Class} Returns the instance of the Gridster Class.
*/
fn.disable = function(){
this.$wrapper.find('.player-revert').removeClass('player-revert');
this.drag_api.disable();
return this;
}