https://bugzilla.wikimedia.org/show_bug.cgi?id=27730
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #10 from Krinkle <[email protected]> 2011-11-10 01:44:13 UTC --- The more complete mw.Uri object constructor was moved into core by neilk in r93781. I'm not sure we should make mw.util any more complex / duplicate functionality. Marking as fixed. -- Example: // load module 'mediawiki.Uri' var url = new mw.Uri( 'http://path.to/?key=value&key=bettervalue&foo=bar#!testingfoo&some&key=1' ); url.query.foo; // "bar" -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
