X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Version.html diff --git a/docs/source/Version.html b/docs/source/Version.html index 3d77e5d3..8ee14559 100644 --- a/docs/source/Version.html +++ b/docs/source/Version.html @@ -46,15 +46,13 @@ (function() { // Current core version -var version = '4.0.0', Version; +var version = '4.0.2', Version; Ext.Version = Version = Ext.extend(Object, { /** - * @constructor - * @param {String/Number} version The version number in the follow standard format: major[.minor[.patch[.build[release]]]] + * @param {String/Number} version The version number in the follow standard format: major[.minor[.patch[.build[release]]]] * Examples: 1.0 or 1.2.3beta or 1.2.3.4RC * @return {Ext.Version} this - * @param version */ constructor: function(version) { var parts, releaseStartIndex;