Disable passing extra AJAX settings to Contents.new()

pull/37/head
Thomas Kluyver 12 years ago
parent b046af083c
commit ef98d48921

@ -114,9 +114,6 @@ define([
success : options.success || function() {},
error : this.create_basic_error_handler(options.error)
};
if (options.extra_settings) {
$.extend(settings, options.extra_settings);
}
$.ajax(this.api_url(path), settings);
};

Loading…
Cancel
Save