Show More
@@ -114,9 +114,6 b' define([' | |||||
114 | success : options.success || function() {}, |
|
114 | success : options.success || function() {}, | |
115 | error : this.create_basic_error_handler(options.error) |
|
115 | error : this.create_basic_error_handler(options.error) | |
116 | }; |
|
116 | }; | |
117 | if (options.extra_settings) { |
|
|||
118 | $.extend(settings, options.extra_settings); |
|
|||
119 | } |
|
|||
120 | $.ajax(this.api_url(path), settings); |
|
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