14 lines
171 B
JavaScript
14 lines
171 B
JavaScript
var meta = (function (){
|
|
"use strict";
|
|
|
|
var meta = window.meta || {};
|
|
|
|
meta.addItem = function() {
|
|
|
|
};
|
|
|
|
|
|
// Return the object to the global scope
|
|
return meta;
|
|
|
|
)()); |