We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f124a commit 4e19979Copy full SHA for 4e19979
javascripts/batman.jquery.js
@@ -49,6 +49,9 @@
49
Batman.DOM.willInsertNode(child);
50
jQuery(parent).append(child);
51
return Batman.DOM.didInsertNode(child);
52
+ },
53
+ innerText: function(node) {
54
+ return jQuery(node).text();
55
}
56
});
57
@@ -66,8 +69,7 @@
66
69
};
67
70
68
71
Batman.Request.prototype._prepareOptions = function(data) {
- var options, _ref,
- _this = this;
72
+ var options, _ref, _this = this;
73
options = {
74
url: this.get('url'),
75
type: this.get('method'),
0 commit comments