Index: Source/web/resources/pickerCommon.js |
diff --git a/Source/web/resources/pickerCommon.js b/Source/web/resources/pickerCommon.js |
index c190d3b8f787b2674695af288edc36405503df28..eb7c61f803314d824fac395b809c502e5c847186 100644 |
--- a/Source/web/resources/pickerCommon.js |
+++ b/Source/web/resources/pickerCommon.js |
@@ -217,7 +217,7 @@ function enclosingNodeOrSelfWithClass(selfNode, className) |
return node; |
} |
return null; |
-}; |
+} |
/** |
* @constructor |
@@ -244,14 +244,14 @@ Picker.Actions = { |
Picker.prototype.submitValue = function(value) { |
window.pagePopupController.setValue(value); |
window.pagePopupController.closePopup(); |
-} |
+}; |
Picker.prototype.handleCancel = function() { |
window.pagePopupController.closePopup(); |
-} |
+}; |
Picker.prototype.chooseOtherColor = function() { |
window.pagePopupController.setValueAndClosePopup(Picker.Actions.ChooseOtherColor, ""); |
-} |
+}; |
Picker.prototype.cleanup = function() {}; |