Partially revert 90a154c888 (on JS files)

This commit is contained in:
Ingo Schommer 2012-10-08 16:44:28 +02:00
parent a6d09988ed
commit 832dae209b
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
// Modified by: Silverstripe Ltd. (changed naming of file-input-elements)
public function ObservableObject() {
function ObservableObject() {
this.functions = [];
}
ObservableObject.prototype = {
@ -63,7 +63,7 @@ ObservableObject.prototype = {
var MultiSelectorObserver = new ObservableObject();
public function MultiSelector( list_target, max, upload_button ){
function MultiSelector( list_target, max, upload_button ){
this.upload_button = upload_button;
this.upload_button.setAttribute("disabled", "disabled");