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

Removing this. NS reference

parent a00b7991
(function() { (function() {
var Todo; window.Todo = {};
window.Todo = this.Todo = Todo = {};
Todo.log = function(status) { Todo.log = function(status) {
if (typeof console !== "undefined" && console !== null) { if (typeof console !== "undefined" && console !== null) {
...@@ -851,4 +849,4 @@ helpers = helpers || Handlebars.helpers; data = data || {}; ...@@ -851,4 +849,4 @@ helpers = helpers || Handlebars.helpers; data = data || {};
},data:data}; },data:data};
buffer += escapeExpression(((stack1 = helpers.view),stack1 ? stack1.call(depth0, "Todo.TextControl", options) : helperMissing.call(depth0, "view", "Todo.TextControl", options))); buffer += escapeExpression(((stack1 = helpers.view),stack1 ? stack1.call(depth0, "Todo.TextControl", options) : helperMissing.call(depth0, "view", "Todo.TextControl", options)));
return buffer; return buffer;
}); });
\ No newline at end of file
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