~ubuntu-branches/ubuntu/quantal/yui/quantal

« back to all changes in this revision

Viewing changes to build/json/json.js

  • Committer: Bazaar Package Importer
  • Author(s): Jaldhar H. Vyas
  • Date: 2010-05-10 07:39:26 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100510073926-822uot0t515r9w25
Tags: 2.8.1-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
 
2
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
3
3
Code licensed under the BSD License:
4
 
http://developer.yahoo.net/yui/license.txt
5
 
version: 2.8.0r4
 
4
http://developer.yahoo.com/yui/license.html
 
5
version: 2.8.1
6
6
*/
7
7
/**
8
8
 * Provides methods to parse JSON strings and convert objects to JSON strings.
535
535
YAHOO.lang.JSON.isValid = YAHOO.lang.JSON.isSafe;
536
536
 
537
537
})();
538
 
YAHOO.register("json", YAHOO.lang.JSON, {version: "2.8.0r4", build: "2449"});
 
538
YAHOO.register("json", YAHOO.lang.JSON, {version: "2.8.1", build: "19"});