Comparing version 0.4.0 to 0.4.1
"use strict"; | ||
var log = require( "fm-log" ).module(); | ||
var TypeInfo = require( "./info" ); | ||
var util = require( "util" ); | ||
@@ -48,3 +49,3 @@ | ||
return this; | ||
} | ||
}; | ||
@@ -75,3 +76,3 @@ TypeDecorator.prototype.decorateDeep = function() { | ||
return this; | ||
} | ||
}; | ||
@@ -78,0 +79,0 @@ return TypeDecorator; |
@@ -42,3 +42,3 @@ "use strict"; | ||
if( property.hasOwnProperty( TypeInfo.INFO_PROPERTY ) ) { | ||
return property.info; | ||
return property[ TypeInfo.INFO_PROPERTY ]; | ||
} | ||
@@ -45,0 +45,0 @@ if( property.hasOwnProperty( "ref" ) ) { |
{ | ||
"name": "absync", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "absync", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
313900
844