vendor handlebars.js

This commit is contained in:
Chris Wanstrath
2011-11-26 01:11:50 -08:00
parent abc5ecffd7
commit 074a887f5c
3 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
hbar = require './handlebars'
hbar = require 'handlebars'
{Showdown} = require './showdown'
converter = new Showdown.converter

View File

@@ -7,7 +7,7 @@
File = require 'fs'
cdoc = require './cdoc'
hbar = require './handlebars'
hbar = require 'handlebars'
require './helpers'
# The tdoc module is our main interface. Using it we can turn CoffeeScript