ember-blockly
Advanced tools
Comparing version 0.1.41 to 0.1.42
@@ -7,2 +7,3 @@ import Ember from 'ember'; | ||
block: null, | ||
classNames: ['ember-blockly-container'], | ||
workspace: '<xml xmlns="http://www.w3.org/1999/xhtml"></xml>', | ||
@@ -9,0 +10,0 @@ mediaFolder: "blockly-package/media/", |
@@ -123,3 +123,2 @@ import Ember from 'ember'; | ||
let workspace = Blockly.inject(blocklyDiv, options); | ||
workspace.traceOn(true); // Habilitar highlight | ||
@@ -126,0 +125,0 @@ this.set('workspaceElement', workspace); |
{ | ||
"name": "ember-blockly", | ||
"version": "0.1.41", | ||
"version": "0.1.42", | ||
"description": "The default blueprint for ember-cli addons.", | ||
@@ -5,0 +5,0 @@ "directories": { |
Sorry, the diff of this file is not supported yet
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
977407