index
:
users/unit193/nikola.git
master
pristine-tar
upstream
nikola packaging
Unit 193
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
npm_assets
/
node_modules
/
jquery
/
src
/
data
/
var
/
dataPriv.js
blob: 72713c88cccb3d23bbd16eeb657d6b6bd8e35cfd (
plain
) (
blame
)
1
2
3
4
5
6
7
define
( [
"../Data"
],
function
(
Data
) {
"use strict"
;
return new
Data
();
} );