Browse Source

don't null out Scroller's el upon destroy

Adam Shaw 10 years ago
parent
commit
902b069493
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/common/Scroller.js

+ 0 - 1
src/common/Scroller.js

@@ -37,7 +37,6 @@ var Scroller = FC.Scroller = Class.extend({
 
 	destroy: function() {
 		this.el.remove();
-		this.el = null;
 	},