meta/assets/js/meta.js

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;
)());