edifice 0.6.7 → 0.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/edifice/version.rb +1 -1
- data/lib/public/javascripts/edifice/form.js +1 -1
- metadata +3 -3
data/lib/edifice/version.rb
CHANGED
|
@@ -95,7 +95,7 @@ var methods = {
|
|
|
95
95
|
},
|
|
96
96
|
|
|
97
97
|
error: function(request, text_status, error) {
|
|
98
|
-
this.trigger('error', request, status, error);
|
|
98
|
+
this.trigger('error', [request, status, error, this]);
|
|
99
99
|
|
|
100
100
|
// handle the different possible errors that we can see
|
|
101
101
|
if (request.status >= 400 && request.status < 500) {
|
metadata
CHANGED