~free.ekanayaka/lazr-js/update-gallery-form

« back to all changes in this revision

Viewing changes to src-js/lazrjs/yui/datatype/datatype-xml.js

  • Committer: Sidnei da Silva
  • Date: 2010-05-07 16:54:12 UTC
  • mfrom: (166.8.16 3.1.1)
  • Revision ID: sidnei.da.silva@canonical.com-20100507165412-odo3abigpalv0419
- Merge yui-3.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
3
3
Code licensed under the BSD License:
4
4
http://developer.yahoo.com/yui/license.html
5
 
version: 3.1.0
6
 
build: 2026
 
5
version: 3.1.1
 
6
build: 47
7
7
*/
8
8
YUI.add('datatype-xml-parse', function(Y) {
9
9
 
58
58
 
59
59
 
60
60
 
61
 
}, '3.1.0' );
 
61
}, '3.1.1' );
62
62
YUI.add('datatype-xml-format', function(Y) {
63
63
 
64
64
/**
110
110
 
111
111
 
112
112
 
113
 
}, '3.1.0' );
114
 
 
115
 
 
116
 
YUI.add('datatype-xml', function(Y){}, '3.1.0' ,{use:['datatype-xml-parse', 'datatype-xml-format']});
 
113
}, '3.1.1' );
 
114
 
 
115
 
 
116
YUI.add('datatype-xml', function(Y){}, '3.1.1' ,{use:['datatype-xml-parse', 'datatype-xml-format']});
117
117