Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "fable", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "An entity behavior management and API bundling library.", | ||
@@ -5,0 +5,0 @@ "main": "source/Fable.js", |
@@ -37,13 +37,6 @@ /** | ||
/** | ||
* Settings Management Library | ||
* Add Services references (e.g. log & settings) to an Object | ||
* | ||
* @property settingsmanager | ||
* @type Object | ||
* @function addServices | ||
*/ | ||
Object.defineProperty(tmpNewFableObject, 'settingsManager', | ||
{ | ||
get: function() { return _Settings; }, | ||
enumerable: false | ||
}); | ||
var addServices = function(pObject) | ||
@@ -87,2 +80,14 @@ { | ||
/** | ||
* Settings Management Library | ||
* | ||
* @property settingsmanager | ||
* @type Object | ||
*/ | ||
Object.defineProperty(tmpNewFableObject, 'settingsManager', | ||
{ | ||
get: function() { return _Settings; }, | ||
enumerable: false | ||
}); | ||
// Add services to ourself. | ||
@@ -89,0 +94,0 @@ addServices(tmpNewFableObject); |
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
7623
169