Change record status: 
Project: 
Introduced in version: 
7.x-1.4
Description: 

On commit f1c1c27 the JavaScript for module's settings changed.

Before f1c1c27, the module settings were accessible at Drupal.settings.lazy.bLazy.

Now the path is same as 8.x-2.x branch: Drupal.settings.lazy.

If you have an implementation on your theme or module javascript, targeting the old settings path, you will have to update your code.

Impacts: 
Module developers
Themers