Remove hyphen in coffee-script

This commit is contained in:
Geoffrey
2017-02-12 17:00:05 -08:00
parent d2e94c6ebd
commit 4cc701a9da
63 changed files with 129 additions and 129 deletions

View File

@@ -30,8 +30,8 @@
</a>
<a class="source" href="coffee-script.html">
coffee-script.coffee
<a class="source" href="coffeescript.html">
coffeescript.coffee
</a>
@@ -123,7 +123,7 @@ We add support for loading remote Coffee scripts via <strong>XHR</strong>, and
</div>
<div class="content"><div class='highlight'><pre>
CoffeeScript = <span class="hljs-built_in">require</span> <span class="hljs-string">'./coffee-script'</span>
CoffeeScript = <span class="hljs-built_in">require</span> <span class="hljs-string">'./coffeescript'</span>
CoffeeScript.<span class="hljs-built_in">require</span> = <span class="hljs-built_in">require</span>
compile = CoffeeScript.compile</pre></div></div>