Skip to content

Commit ce6597b

Browse files
committed
roll back mobilebone.js
1 parent 502e614 commit ce6597b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/mobilebone.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,6 @@
459459
var params_from_trigger = {}, attr_mask;
460460
if (trigger_or_options.nodeType == 1) {
461461
params_from_trigger = (trigger_or_options.getAttribute("data-params") || "").queryToObject();
462-
// give title a change
463-
defaults.title = false;
464462
// get params
465463
for (key in defaults) {
466464
// data-* > data-params > defaults
@@ -491,8 +489,6 @@
491489
}
492490
// get url
493491
params.url = this.getCleanUrl(null, params.url, params.data);
494-
// here params.title will become page title;
495-
params.title = trigger_or_options.title;
496492
} else {
497493
return;
498494
}

0 commit comments

Comments
 (0)