fix plugin path references
This commit is contained in:
parent
fccc970146
commit
d5a75b1460
4 changed files with 8 additions and 8 deletions
|
|
@ -3,7 +3,7 @@ var _ = require('lodash');
|
|||
var ls;
|
||||
|
||||
try {
|
||||
var LS = require('../plugins/LocalStorage');
|
||||
var LS = require('../js/plugins/LocalStorage');
|
||||
ls = new LS();
|
||||
} catch(e) {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue