﻿"use strict";

window.tnew = {};

// We are sandboxing a jQuery version for tnew to use
tnew.$ = (typeof jQuery !== 'undefined') ? jQuery : null;
tnew.jQuery = tnew.$;

// Creating a library to contain our modules within a discoverable scope.
tnew.lib = {};