Commit 9d8bd17c authored by Tom Cully's avatar Tom Cully

Removing this. NS reference

parent a00b7991
(function() {
var Todo;
window.Todo = this.Todo = Todo = {};
window.Todo = {};
Todo.log = function(status) {
if (typeof console !== "undefined" && console !== null) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment