cavalion-blocks
Advanced tools
Comparing version 0.9.7 to 0.9.8
@@ -0,1 +1,4 @@ | ||
### 2019-08-01 - 0.9.8 | ||
- Making adjustment for V7 (r.js -o build.json) | ||
### 2019-07-03 - 0.9.7 | ||
@@ -2,0 +5,0 @@ - Adding loading class to Bar |
{ | ||
"name": "cavalion-blocks", | ||
"version": "0.9.7", | ||
"version": "0.9.8", | ||
"description": "`blocks-dot-js` `[].js`", | ||
@@ -5,0 +5,0 @@ "main": "README.js", |
@@ -511,2 +511,7 @@ define(function(require) { | ||
load: function(name, parentRequire, load, config) { | ||
if(typeof window === "undefined") { | ||
console.log("blocks/Factory!! " + name); | ||
return onLoad(name); | ||
} | ||
if(name.indexOf("vcl-comps:") === 0) { | ||
@@ -513,0 +518,0 @@ // #1453 (duck-typing VclFactory vs BlocksFactory) |
@@ -40,6 +40,6 @@ define(function(require) { | ||
function impl(source, uri, normalize) { | ||
var require_ = require; | ||
var Component = require_("vcl/Component"); | ||
var Factory = require_("blocks/Factory"); | ||
var Component = require("vcl/Component"); | ||
var Factory = require("blocks/Factory"); | ||
var tree = { | ||
@@ -46,0 +46,0 @@ root: [], |
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
60005
1506
11