MDL-30899 - fix incorrect whitespace

This commit is contained in:
Dan Poltawski
2012-12-18 09:15:53 +08:00
parent 07a01b746c
commit 782820ceaf
+1 -1
View File
@@ -56,7 +56,7 @@ var DIALOGUE = function(config) {
value : '',
classNames: 'closebutton',
action: function (e) {
e.preventDefault();
e.preventDefault();
this.hide();
}
}