~ahasenack/lazr-js/lazr-js-11.03-packaging

« back to all changes in this revision

Viewing changes to src-js/lazrjs/yui/datatype/datatype-number-parse.js

  • Committer: Andreas Hasenack
  • Date: 2011-02-21 12:00:54 UTC
  • mfrom: (179.1.2 staging)
  • Revision ID: andreas@canonical.com-20110221120054-w8wweot2a91epe1d
Merging from staging for production deployment

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.2.0
6
 
build: 2676
 
5
version: 3.3.0
 
6
build: 3167
7
7
*/
8
8
YUI.add('datatype-number-parse', function(Y) {
9
9
 
41
41
Y.namespace("Parsers").number = Y.DataType.Number.parse;
42
42
 
43
43
 
44
 
}, '3.2.0' );
 
44
}, '3.3.0' ,{requires:['yui-base']});