Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Partially revert 90a154c (on JS files)
  • Loading branch information
chillu committed Oct 8, 2012
1 parent a6d0998 commit 832dae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thirdparty/multifile/multifile.js
Expand Up @@ -43,7 +43,7 @@

// Modified by: Silverstripe Ltd. (changed naming of file-input-elements)

public function ObservableObject() {
function ObservableObject() {
this.functions = [];
}
ObservableObject.prototype = {
Expand All @@ -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");
Expand Down

0 comments on commit 832dae2

Please sign in to comment.