Skip to content

Commit

Permalink
Fixed issue with latest Sproutcore 1.5 rc2, didCreateLayer is no long…
Browse files Browse the repository at this point in the history
…er a method on SC.View, however it will be still called when layer is updated
  • Loading branch information
zubairov authored and etgryphon committed Apr 20, 2011
1 parent ff9b690 commit 79493c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frameworks/linkit/views/canvas.js
Expand Up @@ -108,7 +108,6 @@ LinkIt.CanvasView = SC.CollectionView.extend({
},

didCreateLayer: function() {
sc_super();
if (SC.browser.msie) {
var frame = this.get('frame');
var canvas = document.createElement('CANVAS');
Expand Down

0 comments on commit 79493c4

Please sign in to comment.