ember-blockly
Advanced tools
Comparing version 0.1.43 to 0.1.44
@@ -49,2 +49,10 @@ import Ember from 'ember'; | ||
style: Ember.computed('showCode', function() { | ||
if (this.get('showCode')) { | ||
return Ember.String.htmlSafe(""); | ||
} else { | ||
return Ember.String.htmlSafe("display: none;"); | ||
} | ||
}), | ||
observeContextMenu: Ember.observer('contextMenu', function() { | ||
@@ -259,3 +267,3 @@ | ||
if (this.get('showCode')) { | ||
//if (this.get('showCode')) { | ||
try { | ||
@@ -267,3 +275,3 @@ let code = Blockly.JavaScript.workspaceToCode(this.get('workspaceElement')); | ||
} | ||
} | ||
//} | ||
}); | ||
@@ -270,0 +278,0 @@ }, |
{ | ||
"name": "ember-blockly", | ||
"version": "0.1.43", | ||
"version": "0.1.44", | ||
"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
977652
6315