nanoislands
Advanced tools
Comparing version 0.3.13 to 0.3.15
@@ -30,3 +30,3 @@ /* | ||
if (!this.options.modal) { | ||
if (that.options.autoclose) { | ||
this._onmousedown = function(e) { | ||
@@ -43,6 +43,4 @@ that.options.closedByOuterClick = true; | ||
} | ||
if (that.options.autoclose) { | ||
that.close(); | ||
} | ||
that.close(); | ||
}; | ||
@@ -463,3 +461,3 @@ | ||
}, | ||
autoclose: typeof how.autoclose !== 'undefined' ? how.autoclose : true | ||
autoclose: typeof how.autoclose !== 'undefined' ? how.autoclose : false | ||
}); | ||
@@ -466,0 +464,0 @@ |
@@ -177,3 +177,3 @@ /* | ||
var $itemNodeContent = $('<a></a>'); | ||
var $itemNodeContent = $('<a class="nb-select__a"></a>'); | ||
var $itemText = $('<span class="nb-select__text"></span>').text(item.label).appendTo($itemNodeContent); | ||
@@ -180,0 +180,0 @@ if (item.icon) { |
@@ -9,3 +9,3 @@ { | ||
"description": "Yate/Stylus/jQuery-UI library for Yandex corporate style", | ||
"version": "0.3.13", | ||
"version": "0.3.15", | ||
"homepage": "http://yandex-ui.github.io/nanoislands/", | ||
@@ -18,4 +18,4 @@ "repository": { | ||
"es5-shim": "2.1.0", | ||
"stylobate": "0.22.x", | ||
"stylobate-islands": "0.21.x" | ||
"stylobate": "0.23.x", | ||
"stylobate-islands": "0.25.x" | ||
}, | ||
@@ -22,0 +22,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1442998
32215
+ Addedif-ie.styl@0.5.0(transitive)
+ Addedstylobate@0.23.2(transitive)
+ Addedstylobate-islands@0.25.1(transitive)
+ Addedutilus.styl@0.10.2(transitive)
- Removedif-ie.styl@0.2.00.4.0(transitive)
- Removedstylobate@0.22.10.22.5(transitive)
- Removedstylobate-islands@0.21.1(transitive)
- Removedutilus.styl@0.10.10.9.0(transitive)
Updatedstylobate@0.23.x
Updatedstylobate-islands@0.25.x