forked from 0x2620/pandora
no globals
This commit is contained in:
parent
0cba9842bb
commit
72d3a8f403
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
// vim: et:ts=4:sw=4:sts=4:ft=javascript
|
||||
|
||||
pandora.ui.list = function() {
|
||||
var that
|
||||
var that,
|
||||
view = pandora.user.ui.listView,
|
||||
preview = false
|
||||
preview = false;
|
||||
|
||||
if (view == 'list') {
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue