define([ "dojo/_base/declare", "./BaseApplication", "dojo/node!http" ], function(declare, base, http) { return declare(base, { _createServer : function(options, handler) { return http.createServer(handler); } }); });