Skip to content

Commit

Permalink
Depcrecated set
Browse files Browse the repository at this point in the history
  • Loading branch information
Maran committed May 13, 2014
1 parent ee2cef3 commit edc281a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ethereal/assets/qml/webapp.qml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,14 @@ ApplicationWindow {
postData(data._seed, null)
break;
case "set":
console.log("'Set' has been depcrecated")
/*
for(var key in data.args) {
if(webview.hasOwnProperty(key)) {
window[key] = data.args[key];
}
}
*/
break;
case "getSecretToAddress":
require(1)
Expand Down

0 comments on commit edc281a

Please sign in to comment.