Skip to content

Instantly share code, notes, and snippets.

@samflores
Created October 2, 2014 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samflores/8a47622cec489c63514a to your computer and use it in GitHub Desktop.
Save samflores/8a47622cec489c63514a to your computer and use it in GitHub Desktop.
(ns hello)
(defn say-hello
""
[]
(.log js/console "Hello world"))
// ...
goog.provide("goog.string");
goog.provide("goog.string.Unicode");
goog.define("goog.string.DETECT_DOUBLE_ESCAPING", false);
goog.string.Unicode = {NBSP:"\u00a0"}; //line:653
// Uncaught TypeError: Cannot set property 'Unicode' of undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment