From 883374d7dbc8fdcd90b88efe477fe29915a680d4 Mon Sep 17 00:00:00 2001 From: dsc Date: Fri, 17 Dec 2010 18:02:55 -0800 Subject: [PATCH] Somehow missed a corrupted dep. --- src/tanks/config.cjs | 2 +- www/deps.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tanks/config.cjs b/src/tanks/config.cjs index 2a1250b..0d4e119 100644 --- a/src/tanks/config.cjs +++ b/src/tanks/config.cjs @@ -1,6 +1,6 @@ // -*- mode: JavaScript; tab-width: 4; indent-tabs-mode: nil; -*- var Y = require('Y').Y -, Config = require('y/modules/y.config').Config +, Config = require('Y/modules/y.config').Config , defaults = diff --git a/www/deps.html b/www/deps.html index e4ffb4b..e6b0aaa 100644 --- a/www/deps.html +++ b/www/deps.html @@ -45,13 +45,13 @@ + - - - + + -- 1.7.0.4