Skip to content

Commit

Permalink
MTAjaxInPlace java file. Forget to commit it with the others.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnykahalawai authored and Pascal Robert committed Apr 15, 2012
1 parent e1c6e22 commit b024a22
Showing 1 changed file with 10 additions and 0 deletions.
@@ -0,0 +1,10 @@
package er.ajax.mootools;

import com.webobjects.appserver.WOContext;
import er.ajax.AjaxInPlace;

public class MTAjaxInPlace extends AjaxInPlace {
public MTAjaxInPlace(WOContext context) {
super(context);
}
}

0 comments on commit b024a22

Please sign in to comment.