xtypejs-name-scheme-shortened-camel
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
/** @license | xtypejs-name-scheme-shortened-camel v0.1.0 | (c) 2015, Lucas Ononiwu | MIT license, xtype.js.org/license.txt | ||
/** @license | xtypejs-name-scheme-shortened-camel v0.1.1 | (c) 2015, Lucas Ononiwu | MIT license, xtype.js.org/license.txt | ||
*/ | ||
@@ -3,0 +3,0 @@ |
@@ -1,4 +0,2 @@ | ||
/** @license | xtypejs-name-scheme-shortened-camel v0.1.0 | (c) 2015, Lucas Ononiwu | MIT license, xtype.js.org/license.txt | ||
*/ | ||
!function(a,b){"use strict";var c={}.constructor||c,d=c.freeze,e="shortened-camel",f={"null":"null",undefined:"undef",nan:"nan","boolean":"bool","true":"true","false":"false",string:"str",empty_string:"emptyStr",whitespace:"space",single_char_string:"oneCharStr",multi_char_string:"multiCharStr",blank_string:"blankStr",non_empty_string:"nonEmptyStr",non_blank_string:"nonBlankStr",number:"num",positive_number:"posNum",negative_number:"negNum",zero:"zero",non_positive_number:"nonPosNum",non_negative_number:"nonNegNum",non_zero_number:"nonZeroNum",integer:"int",positive_integer:"posInt",negative_integer:"negInt","float":"float",positive_float:"posFloat",negative_float:"negFloat",infinite_number:"inf",positive_infinity:"posInf",negative_infinity:"negInf",non_infinite_number:"nonInfNum",array:"arr",empty_array:"emptyArr",single_elem_array:"oneElemArr",multi_elem_array:"multiElemArr",non_empty_array:"nonEmptyArr",object:"obj",empty_object:"emptyObj",single_prop_object:"onePropObj",multi_prop_object:"multiPropObj",non_empty_object:"nonEmptyObj",symbol:"symb",date:"date",error:"err",regexp:"regex","function":"func",nothing:"nil",primitive:"prim",any:"any",none:"none"},g="xtypejsShortenedCamelNameScheme",h=f;if("function"==typeof define&&define.amd)define([],function(){return d(h)});else if("object"==typeof module&&module.exports)module.exports=d(h);else{if(b&&b.ext&&"function"==typeof b.ext.registerNameScheme)return void b.ext.registerNameScheme(e,f);h.noConflict=function(b){return function(){return a[g]=b,delete h.noConflict,h}}(a[g]),a[g]=d(h)}}(this,"undefined"!=typeof xtype?xtype:void 0); | ||
!function(e,n,t){"use strict";var r,o={}.constructor||o,i=o.freeze,m={null:"null",undefined:"undef",nan:"nan",boolean:"bool",true:"true",false:"false",string:"str",empty_string:"emptyStr",whitespace:"space",single_char_string:"oneCharStr",multi_char_string:"multiCharStr",blank_string:"blankStr",non_empty_string:"nonEmptyStr",non_blank_string:"nonBlankStr",number:"num",positive_number:"posNum",negative_number:"negNum",zero:"zero",non_positive_number:"nonPosNum",non_negative_number:"nonNegNum",non_zero_number:"nonZeroNum",integer:"int",positive_integer:"posInt",negative_integer:"negInt",float:"float",positive_float:"posFloat",negative_float:"negFloat",infinite_number:"inf",positive_infinity:"posInf",negative_infinity:"negInf",non_infinite_number:"nonInfNum",array:"arr",empty_array:"emptyArr",single_elem_array:"oneElemArr",multi_elem_array:"multiElemArr",non_empty_array:"nonEmptyArr",object:"obj",empty_object:"emptyObj",single_prop_object:"onePropObj",multi_prop_object:"multiPropObj",non_empty_object:"nonEmptyObj",symbol:"symb",date:"date",error:"err",regexp:"regex",function:"func",nothing:"nil",primitive:"prim",any:"any",none:"none"},a="xtypejsShortenedCamelNameScheme",l=m;if("function"==typeof define&&define.amd)define([],function(){return i(l)});else if("object"==typeof module&&module.exports)module.exports=i(l);else{if(n&&n.ext&&"function"==typeof n.ext.registerNameScheme)return n.ext.registerNameScheme("shortened-camel",m);l.noConflict=(r=e[a],function(){return e[a]=r,delete l.noConflict,l}),e[a]=i(l)}}(this,"undefined"!=typeof xtype?xtype:void 0); | ||
//# sourceMappingURL=xtypejs-name-scheme-shortened-camel.js.map |
{ | ||
"name": "xtypejs-name-scheme-shortened-camel", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "xtypejs Shortened Camel name scheme", | ||
@@ -18,3 +18,3 @@ "main": "dist/xtypejs-name-scheme-shortened-camel", | ||
"license": "MIT", | ||
"homepage": "http://xtype.js.org", | ||
"homepage": "https://xtype.js.org", | ||
"repository": { | ||
@@ -26,14 +26,14 @@ "type": "git", | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt": "^1.0.3", | ||
"grunt-cli": "^1.2.0", | ||
"grunt-contrib-clean": "^0.6.0", | ||
"grunt-contrib-copy": "^0.8.0", | ||
"grunt-contrib-jshint": "^0.11.1", | ||
"grunt-contrib-uglify": "^0.8.0", | ||
"grunt-shell": "^1.1.2", | ||
"grunt-contrib-clean": "^2.0.0", | ||
"grunt-contrib-copy": "^1.0.0", | ||
"grunt-contrib-jshint": "^2.0.0", | ||
"grunt-contrib-uglify": "^4.0.0", | ||
"grunt-shell": "^3.0.1", | ||
"grunt-string-replace": "^1.2.0", | ||
"jasmine": "^2.2.1", | ||
"jasmine-core": "^2.2.0", | ||
"jasmine": "^3.3.1", | ||
"jasmine-core": "^3.3.0", | ||
"jshint": "^2.6.3", | ||
"jshint-html-reporter": "^0.2.3" | ||
"jshint-html-reporter": "^0.2.5" | ||
}, | ||
@@ -40,0 +40,0 @@ "scripts": { |
@@ -50,6 +50,6 @@ # xtypejs - Name scheme: `shortened-camel` | ||
* [Registering a custom name scheme](http://xtype.js.org/guide/registering_custom_name_scheme) | ||
* [Switching back to the default name scheme](http://xtype.js.org/guide/switching_back_to_default_name_scheme) | ||
* [registerNameScheme method](http://xtype.js.org/api/registerNameScheme) | ||
* [setNameScheme method](http://xtype.js.org/api/setNameScheme) | ||
* [Registering a custom name scheme](https://xtype.js.org/guide/registering_custom_name_scheme) | ||
* [Switching back to the default name scheme](https://xtype.js.org/guide/switching_back_to_default_name_scheme) | ||
* [registerNameScheme method](https://xtype.js.org/api/registerNameScheme) | ||
* [setNameScheme method](https://xtype.js.org/api/setNameScheme) | ||
@@ -56,0 +56,0 @@ ### Type names in scheme |
Sorry, the diff of this file is not supported yet
14867
-1.01%122
-1.61%