##// END OF EJS Templates
Disable passing extra AJAX settings to Contents.new()
Thomas Kluyver -
Show More
@@ -114,9 +114,6 b' define(['
114 114 success : options.success || function() {},
115 115 error : this.create_basic_error_handler(options.error)
116 116 };
117 if (options.extra_settings) {
118 $.extend(settings, options.extra_settings);
119 }
120 117 $.ajax(this.api_url(path), settings);
121 118 };
122 119
General Comments 0
You need to be logged in to leave comments. Login now