whitespace changes

This commit is contained in:
David Baumgold
2013-05-08 09:21:16 -04:00
parent ec79ebd4a7
commit 7f69e45b9e
15 changed files with 83 additions and 83 deletions

View File

@@ -1,4 +1,4 @@
CMS.ServerError = function(model, error) {
// this handler is for the client:server communication not the validation errors which handleValidationError catches
window.alert("Server Error: " + error.responseText);
};
};