crysfel / Bleextop

An ExtJS4 desktop solution.
www.bleext.com
66 stars 20 forks source link

Error: this.win is undefined #1

Closed livelysalt closed 12 years ago

livelysalt commented 13 years ago

CRM.catalogs.users.controller.Users (line 24):

this.win = this.application.win;

This line appears to be unnecessary. Nothing was showing in the module window until I removed the assignment.

crysfel commented 12 years ago

Fixed.

Thanks for reporting