Update jquery.uls from upstream
* Fix ota writing system and autonym * Clean up conditions code in uls.core * Localisation updates Bug: 60815 Change-Id: I2c7bfa55e495fcac6d9e2cf747004ee4a0e46475
This commit is contained in:
@@ -149,8 +149,8 @@
|
||||
height: this.$element[0].offsetHeight
|
||||
} );
|
||||
return {
|
||||
top: this.top || pos.top + pos.height,
|
||||
left: this.left || '25%'
|
||||
top: this.top !== undefined ? this.top : pos.top + pos.height,
|
||||
left: this.left !== undefined ? this.left : '25%'
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user