~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to loggerhead/static/javascript/yui/build/json/json-stringify.js

  • Committer: Martin Albisetti
  • Date: 2008-12-30 19:20:39 UTC
  • Revision ID: argentina@gmail.com-20081230192039-kc2spvli08fo09sx
Upgrade YUI3 to PR2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
3
3
Code licensed under the BSD License:
4
4
http://developer.yahoo.net/yui/license.txt
5
 
version: 3.0.0pr1
 
5
version: 3.0.0pr2
6
6
*/
7
7
YUI.add('json-stringify', function(Y) {
8
8
 
178
178
                                }
179
179
                            }
180
180
                        }
 
181
 
 
182
                        a.sort();
181
183
                    }
182
184
                }
183
185
 
199
201
});
200
202
 
201
203
 
202
 
}, '3.0.0pr1' );
 
204
}, '3.0.0pr2' );