xtypejs-name-scheme-shortened
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
/** @license | xtypejs-name-scheme-shortened v0.1.0 | (c) 2015, Lucas Ononiwu | MIT license, xtype.js.org/license.txt | ||
/** @license | xtypejs-name-scheme-shortened 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 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",f={"null":"null",undefined:"undef",nan:"nan","boolean":"bool","true":"true","false":"false",string:"str",empty_string:"empty_str",whitespace:"space",single_char_string:"one_char_str",multi_char_string:"multi_char_str",blank_string:"blank_str",non_empty_string:"non_empty_str",non_blank_string:"non_blank_str",number:"num",positive_number:"pos_num",negative_number:"neg_num",zero:"zero",non_positive_number:"non_pos_num",non_negative_number:"non_neg_num",non_zero_number:"non_zero_num",integer:"int",positive_integer:"pos_int",negative_integer:"neg_int","float":"float",positive_float:"pos_float",negative_float:"neg_float",infinite_number:"inf",positive_infinity:"pos_inf",negative_infinity:"neg_inf",non_infinite_number:"non_inf_num",array:"arr",empty_array:"empty_arr",single_elem_array:"one_elem_arr",multi_elem_array:"multi_elem_arr",non_empty_array:"non_empty_arr",object:"obj",empty_object:"empty_obj",single_prop_object:"one_prop_obj",multi_prop_object:"multi_prop_obj",non_empty_object:"non_empty_obj",symbol:"symb",date:"date",error:"err",regexp:"regex","function":"func",nothing:"nil",primitive:"prim",any:"any",none:"none"},g="xtypejsShortenedNameScheme",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 o,r={}.constructor||r,i=r.freeze,_={null:"null",undefined:"undef",nan:"nan",boolean:"bool",true:"true",false:"false",string:"str",empty_string:"empty_str",whitespace:"space",single_char_string:"one_char_str",multi_char_string:"multi_char_str",blank_string:"blank_str",non_empty_string:"non_empty_str",non_blank_string:"non_blank_str",number:"num",positive_number:"pos_num",negative_number:"neg_num",zero:"zero",non_positive_number:"non_pos_num",non_negative_number:"non_neg_num",non_zero_number:"non_zero_num",integer:"int",positive_integer:"pos_int",negative_integer:"neg_int",float:"float",positive_float:"pos_float",negative_float:"neg_float",infinite_number:"inf",positive_infinity:"pos_inf",negative_infinity:"neg_inf",non_infinite_number:"non_inf_num",array:"arr",empty_array:"empty_arr",single_elem_array:"one_elem_arr",multi_elem_array:"multi_elem_arr",non_empty_array:"non_empty_arr",object:"obj",empty_object:"empty_obj",single_prop_object:"one_prop_obj",multi_prop_object:"multi_prop_obj",non_empty_object:"non_empty_obj",symbol:"symb",date:"date",error:"err",regexp:"regex",function:"func",nothing:"nil",primitive:"prim",any:"any",none:"none"},m="xtypejsShortenedNameScheme",a=_;if("function"==typeof define&&define.amd)define([],function(){return i(a)});else if("object"==typeof module&&module.exports)module.exports=i(a);else{if(n&&n.ext&&"function"==typeof n.ext.registerNameScheme)return n.ext.registerNameScheme("shortened",_);a.noConflict=(o=e[m],function(){return e[m]=o,delete a.noConflict,a}),e[m]=i(a)}}(this,"undefined"!=typeof xtype?xtype:void 0); | ||
//# sourceMappingURL=xtypejs-name-scheme-shortened.js.map |
{ | ||
"name": "xtypejs-name-scheme-shortened", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "xtypejs Shortened name scheme", | ||
@@ -18,3 +18,3 @@ "main": "dist/xtypejs-name-scheme-shortened", | ||
"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` | ||
* [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
-0.97%122
-1.61%