Renamed the "doetHet" function to loadCommit

This commit is contained in:
Jean-Paul van Oosten
2008-06-18 22:43:08 +02:00
committed by Pieter de Bie
parent edc3ceadac
commit e95cef4248
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
currentSha = content.sha;
id script = [view windowScriptObject];
[script setValue: content forKey:@"CommitObject"];
[script callWebScriptMethod:@"doeHet" withArguments: nil];
[script callWebScriptMethod:@"loadCommit" withArguments: nil];
}
- (void) log: (NSString*) logMessage
+1 -1
View File
@@ -44,7 +44,7 @@ var showDiffs = function() {
$("details").show();
}
var doeHet = function() {
var loadCommit = function() {
commit = new Commit(CommitObject);
$("commitID").innerHTML = commit.sha;