Skip to content

Commit

Permalink
Fixes what appears to be a copy/paste mistake: supportsAcceleratedLay…
Browse files Browse the repository at this point in the history
…ers defined twice.
  • Loading branch information
martoche committed Aug 25, 2010
1 parent 9936086 commit 0c38cc3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frameworks/foundation/system/platform.js
Expand Up @@ -219,7 +219,6 @@ SC.platform = {
work in principle, sometimes accelerated layers interfere with things like getBoundingClientRect.
Then everything breaks.
*/

supportsAcceleratedLayers: NO,

/**
Expand All @@ -230,8 +229,6 @@ SC.platform = {
// documentMode logic from YUI to filter out IE8 Compat Mode which false positives
return ('onhashchange' in window) && (document.documentMode === undefined || document.documentMode > 7);
}()

supportsAcceleratedLayers: NO
};

/* Calculate CSS Prefixes */
Expand Down

0 comments on commit 0c38cc3

Please sign in to comment.