diff options
author | anekos | 2008-11-04 09:13:45 +0000 |
---|---|---|
committer | anekos | 2008-11-04 09:13:45 +0000 |
commit | f7851a6e4d121e25026c720ce2955f2da322dd0f (patch) | |
tree | d261d685912aaf3150de4c1e9d7b41d183d2e602 /ldrize_cooperation.js | |
parent | f33cbdc52c4394e8ba0c77649fdcd68ea085fc08 (diff) | |
download | vimperator-plugins-f7851a6e4d121e25026c720ce2955f2da322dd0f.tar.bz2 |
oops r22682
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@22683 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'ldrize_cooperation.js')
-rw-r--r-- | ldrize_cooperation.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldrize_cooperation.js b/ldrize_cooperation.js index 2f8a6eb..6c01cf7 100644 --- a/ldrize_cooperation.js +++ b/ldrize_cooperation.js @@ -279,13 +279,13 @@ liberator.modules.options.add(['ldrc','ldrizecooperation'],'LDRize cooperation','boolean',this.isEnable,
{
setter: function(value){ self.isEnable = value; },
- getter: function() self.isEnable;
+ getter: function() self.isEnable
}
);
liberator.modules.options.add(['ldrchints'],'mod hinttags for LDRize','boolean',this.isModHints,
{
setter: function(value){ self.isModHints = value; },
- getter: function() self.isModHints;
+ getter: function() self.isModHints
}
);
},
|