mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
vendor handlebars.js
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
hbar = require './handlebars'
|
||||
hbar = require 'handlebars'
|
||||
{Showdown} = require './showdown'
|
||||
converter = new Showdown.converter
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user