Comparing version 0.1.2 to 0.1.3
/** | ||
* isomorph 0.1.2 - https://github.com/insin/isomorph | ||
* isomorph 0.1.3 - https://github.com/insin/isomorph | ||
* MIT Licensed | ||
@@ -259,3 +259,3 @@ */ | ||
require.define("isomorph", function(module, exports, require) { | ||
exports.version = '0.0.3' | ||
exports.version = '0.1.3' | ||
@@ -262,0 +262,0 @@ exports.is = require('./is') |
/** | ||
* isomorph 0.1.2 - https://github.com/insin/isomorph | ||
* isomorph 0.1.3 - https://github.com/insin/isomorph | ||
* MIT Licensed | ||
@@ -9,2 +9,2 @@ */ | ||
{extend:function(b){for(var a=1,d=arguments.length,c;a<d;a++)if(c=arguments[a])for(var f in c)c.hasOwnProperty(f)&&(b[f]=c[f]);return b},inherits:function(b,a){var d=function(){};d.prototype=a.prototype;b.prototype=new d;return b.prototype.constructor=b},items:function(b){var a=[],d;for(d in b)b.hasOwnProperty(d)&&a.push([d,b[d]]);return a},fromItems:function(b){for(var a={},d=0,c=b.length,f;d<c;d++)f=b[d],a[f[0]]=f[1];return a},lookup:function(b){for(var a={},d=0,c=b.length;d<c;d++)a[""+b[d]]=!0; | ||
return a}}});e.define("./re",function(c,b,a){var d=a("./is");c.exports={findAll:function(a,b,c){d.RegExp(a)||(a=RegExp(a,c));for(var c=null,e=[];null!==(c=a.exec(b));){switch(c.length){case 1:e.push(c[0]);break;case 2:e.push(c[1]);break;default:e.push(c.slice(1))}if(!a.global)break}return e}}});e.define("isomorph",function(c,b,a){b.version="0.0.3";b.is=a("./is");b.func=a("./func");b.object=a("./object");b.format=a("./format");b.re=a("./re")});window.isomorph=h.isomorph})(); | ||
return a}}});e.define("./re",function(c,b,a){var d=a("./is");c.exports={findAll:function(a,b,c){d.RegExp(a)||(a=RegExp(a,c));for(var c=null,e=[];null!==(c=a.exec(b));){switch(c.length){case 1:e.push(c[0]);break;case 2:e.push(c[1]);break;default:e.push(c.slice(1))}if(!a.global)break}return e}}});e.define("isomorph",function(c,b,a){b.version="0.1.3";b.is=a("./is");b.func=a("./func");b.object=a("./object");b.format=a("./format");b.re=a("./re")});window.isomorph=h.isomorph})(); |
@@ -1,2 +0,2 @@ | ||
exports.version = '0.0.3' | ||
exports.version = '0.1.3' | ||
@@ -3,0 +3,0 @@ exports.is = require('./is') |
{ | ||
"name": "isomorph", | ||
"description": "Shared utilities for browsers and Node.js", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": "Jonathan Buchanan <jonathan.buchanan@gmail.com> (https://github.com/insin)", | ||
@@ -6,0 +6,0 @@ "tags": ["shared", "isomorphic", "utilities", "browser"], |