##// END OF EJS Templates
typo fix
Kester Tong -
Show More
@@ -33,7 +33,7 b' define(['
33 }
33 }
34 Contents.DirectoryNotEmptyError.prototype = new Error;
34 Contents.DirectoryNotEmptyError.prototype = new Error;
35 Contents.DirectoryNotEmptyError.prototype.name =
35 Contents.DirectoryNotEmptyError.prototype.name =
36 Contents.DIRECTORY_NOTE_EMPTY_ERROR;
36 Contents.DIRECTORY_NOT_EMPTY_ERROR;
37
37
38
38
39 Contents.prototype.api_url = function() {
39 Contents.prototype.api_url = function() {
General Comments 0
You need to be logged in to leave comments. Login now