forked from vitmalina/w2ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cf. commit SHA-1: 50ecd12 * w2layout fixes:
- there is no object attribute called 'resizabled' - it's called 'resizable' (typo 2x?) - the panel name itself ('main', ...) is never a valid jQuery selector, there's the constructed id `pname` for that (coding mistake?) - obj.resizable is checked everywhere as being truthy/falsy except in one place where it is explicitly checked against `true` using `===`: this check has been brought in line with all the others.
- Loading branch information
1 parent
33202a8
commit 1e8d84a
Showing
1 changed file
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters