Do you mean new <'view'>(...) ? I am quite satisfied with new lz['view'](...)
Or do you mean new <view>(...) as in new lz.view(...)? -rami
I wonder if we should extend our script compiler to let you say: new <view>(...) and if that would be any more obvious than: new lz['view'](...) ? Is the <> syntax already used by some Javascript extension?