aboutsummaryrefslogtreecommitdiffstats
path: root/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/select.js
diff options
context:
space:
mode:
Diffstat (limited to 'POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/select.js')
-rw-r--r--POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/select.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/select.js b/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/select.js
index e83214358..d21e749ee 100644
--- a/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/select.js
+++ b/POLICY-SDK-APP/src/main/webapp/app/policyApp/CSS/select.js
@@ -1183,7 +1183,7 @@ uis.directive('uiSelectMultiple', ['uiSelectMinErr','$timeout', function(uiSelec
});
scope.$watch('$select.disabled', function(newValue, oldValue) {
- // As the search input field may now become visible, it may be necessary to recompute its size
+ // As the search input field may now become visible, it may be necessary to ronapute its size
if (oldValue && !newValue) $select.sizeSearchInput();
});