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

« back to all changes in this revision

Viewing changes to build/resize/resize-debug.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
 * @description <p>Makes an element resizable</p>
1746
1746
 
1747
1747
})();
1748
1748
 
1749
 
YAHOO.register("resize", YAHOO.util.Resize, {version: "2.8.0r4", build: "2449"});
 
1749
YAHOO.register("resize", YAHOO.util.Resize, {version: "2.8.1", build: "19"});