diff options
author | lyrical_logical | 2011-05-29 17:50:01 +0900 |
---|---|---|
committer | lyrical_logical | 2011-05-29 17:50:01 +0900 |
commit | 0bababc66bac46a14408cb60e7262bdcb8703005 (patch) | |
tree | 0743bcf06633af74a36f8e646901b42c3fd99e2d /scenario-actor.js | |
parent | 30da375c3b825ee6d5b8ebd74247bd44cda1688f (diff) | |
download | vimperator-plugins-0bababc66bac46a14408cb60e7262bdcb8703005.tar.bz2 |
fix for eaa063f66dbb
see http://code.google.com/p/vimperator-labs/source/diff?spec=svneaa063f66dbb3bc0d074b290fb79e273e2003fde&r=eaa063f66dbb3bc0d074b290fb79e273e2003fde&format=side&path=/common/modules/storage.jsm
Diffstat (limited to 'scenario-actor.js')
-rw-r--r-- | scenario-actor.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scenario-actor.js b/scenario-actor.js index 10735ec..727edb0 100644 --- a/scenario-actor.js +++ b/scenario-actor.js @@ -93,7 +93,7 @@ var $U = libly.$U; var logger = $U.getLogger('scenario-actor'); function ScenarioActor () { //{{{ - let variables = storage.newMap('scenarioactor', true); + let variables = storage.newMap('scenarioactor', {store: true}); function ScenarioContext(event) { //{{{ let triggeredEvent = event; |