Skip to content

Commit

Permalink
List update to #52
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulKinlan committed Jul 15, 2011
1 parent 89f6cd5 commit fd39767
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions server/script/webintents-server.js
Expand Up @@ -33,13 +33,6 @@ var Intents = new (function() {
var allActions = [];
for(var key in localStorage) {
var actions = JSON.parse(localStorage[key]);

if(actions instanceof Array) {
actions = { "actions" : actions };
}
else if (!!actions.actions == false) {
actions = { "actions" : [] };
}

if(!!actions.actions && actions.actions instanceof Array) {
allActions.push({ key: key, actions: actions.actions });
Expand Down

0 comments on commit fd39767

Please sign in to comment.