Skip to content

Commit 4e19979

Browse files
John Tajimapushmatrix
John Tajima
authored andcommitted
update to latest batman
1 parent 27f124a commit 4e19979

File tree

2 files changed

+2326
-1011
lines changed

2 files changed

+2326
-1011
lines changed

javascripts/batman.jquery.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@
4949
Batman.DOM.willInsertNode(child);
5050
jQuery(parent).append(child);
5151
return Batman.DOM.didInsertNode(child);
52+
},
53+
innerText: function(node) {
54+
return jQuery(node).text();
5255
}
5356
});
5457

@@ -66,8 +69,7 @@
6669
};
6770

6871
Batman.Request.prototype._prepareOptions = function(data) {
69-
var options, _ref,
70-
_this = this;
72+
var options, _ref, _this = this;
7173
options = {
7274
url: this.get('url'),
7375
type: this.get('method'),

0 commit comments

Comments
 (0)