We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a809d7 commit 30a9d36Copy full SHA for 30a9d36
1 file changed
vendor/assets/javascripts/ember-cloaking.js
@@ -87,7 +87,7 @@
87
**/
88
scrolled: function() {
89
var childViews = this.get('childViews');
90
- if (childViews.length === 0) { return; }
+ if ((!childViews) || (childViews.length === 0)) { return; }
91
92
var toUncloak = [],
93
$w = $(window),
0 commit comments