2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

use lodash cause we like lodash (faster and we can remove templating easily)

This commit is contained in:
Sam 2013-06-12 10:23:47 +10:00
parent b6846060b7
commit 6bf2f15610
3 changed files with 5668 additions and 1228 deletions

View file

@ -81,7 +81,7 @@ module PrettyText
@ctx["helpers"] = Helpers.new
ctx_load( "app/assets/javascripts/external/md5.js",
"app/assets/javascripts/external/underscore.js",
"app/assets/javascripts/external/lodash.js",
"app/assets/javascripts/external/Markdown.Converter.js",
"app/assets/javascripts/external/twitter-text-1.5.0.js",
"lib/headless-ember.js",