Browse Source

Storage API : Fixed a typo.

jkbockstael 13 years ago
parent
commit
71ff0fab06
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/newscorm/js/storageapi.js

+ 1 - 1
main/newscorm/js/storageapi.js

@@ -236,7 +236,7 @@ function STORAGEAPIobject() {
 	this.stack_clear_user = lms_storage_stack_clear_user;
 	this.stack_getAll = lms_storage_stack_getAll;
 	this.stack_getAll_user = lms_storage_stack_getAll_user;
-	this.getAllUsers = lms_storage_getAllusers;
+	this.getAllUsers = lms_storage_getAllUsers;
 	this.sv_user = sv_user;
 	this.sv_course = sv_course;
 	this.sv_sco = sv_sco;