mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 20:19:42 +08:00
Code style fix
This commit is contained in:
@ -54,9 +54,9 @@ jQuery(function($) {
|
||||
|
||||
var popupFeatureParts = [];
|
||||
for (var propName in popupOptions) {
|
||||
if (popupOptions.hasOwnProperty(propName)) {
|
||||
popupFeatureParts.push(propName + '=' + popupOptions[propName]);
|
||||
}
|
||||
if (popupOptions.hasOwnProperty(propName)) {
|
||||
popupFeatureParts.push(propName + '=' + popupOptions[propName]);
|
||||
}
|
||||
}
|
||||
var popupFeature = popupFeatureParts.join(',');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user