We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b40a0 commit 775378aCopy full SHA for 775378a
src/aha-table.html
@@ -444,7 +444,7 @@
444
modifiedChanged: function() {},
445
//translate value to labels for select
446
_translate: function(value, options, blank){
447
- if (value != "" && options) {
+ if (value !== "" && options) {
448
for (var i = options.length - 1; i >= 0; i--) {
449
if (options[i].value == value) {
450
return options[i].label;
@@ -792,4 +792,4 @@
792
}
793
});
794
</script>
795
-</polymer-element>
+</polymer-element>
0 commit comments