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

« back to all changes in this revision

Viewing changes to src-js/lazrjs/yui/datatype/datatype-xml-debug.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
 
60
60
 
61
61
 
62
62
 
63
 
}, '3.1.0' );
 
63
}, '3.1.1' );
64
64
YUI.add('datatype-xml-format', function(Y) {
65
65
 
66
66
/**
113
113
 
114
114
 
115
115
 
116
 
}, '3.1.0' );
117
 
 
118
 
 
119
 
YUI.add('datatype-xml', function(Y){}, '3.1.0' ,{use:['datatype-xml-parse', 'datatype-xml-format']});
 
116
}, '3.1.1' );
 
117
 
 
118
 
 
119
YUI.add('datatype-xml', function(Y){}, '3.1.1' ,{use:['datatype-xml-parse', 'datatype-xml-format']});
120
120