~launchpad-pqm/lazr-js/toolchain

« back to all changes in this revision

Viewing changes to src-js/lazrjs/yui/querystring/querystring-parse-simple-min.js

  • Committer: Sidnei da Silva
  • Date: 2009-11-16 00:51:29 UTC
  • mto: This revision was merged to the branch mainline in revision 154.
  • Revision ID: sidnei.da.silva@canonical.com-20091116005129-8ibwjlboa38glaw5
- Improved generation of skin modules and revamped combo service to make it more twisty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
3
 
Code licensed under the BSD License:
4
 
http://developer.yahoo.com/yui/license.html
5
 
version: 3.2.0
6
 
build: 2676
7
 
*/
8
 
YUI.add("querystring-parse-simple",function(B){var A=B.namespace("QueryString");A.parse=function(E,G,D){G=G||"&";D=D||"=";for(var J={},H=0,I=E.split(G),F=I.length,C;H<F;H++){C=I[H].split(D);if(C.length>0){J[A.unescape(C.shift())]=A.unescape(C.join(D));}}return J;};A.unescape=function(C){return decodeURIComponent(C.replace(/\+/g," "));};},"3.2.0");
 
 
b'\\ No newline at end of file'