Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6695699
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T06:15:12+00:00 2026-05-26T06:15:12+00:00

A very weird problem occurred, when I was trying to enable a lib (Beard.js)

  • 0

A very weird problem occurred, when I was trying to enable a lib (Beard.js) to support the javascript template engine Haml.

Haml could not be loaded correctly. I tracked down the code and find out that Haml has never been loaded into the page. After a lot of try and fail, I happened to make it work. The weird thing I found is:

in origin Haml lib, it is:

var Haml;

(function(){
    ...

    Haml = function(){ ... }

    ...
}());

I changed the code to :

var Haml;

(function(){
    ...

    window.Haml = function(){ ... }

    ...
}());

then it works..

WHY??? Shouldn’t Haml be automatically recognized as defined in the global scope?

Environment – IE8
Haml.js – https://github.com/creationix/haml-js
Bear.js – https://github.com/jspopisno1/Beard

————– UPDATE —————

in Haml.js, it is:

var Haml;

(function(){
    ...

    Haml = function Haml(){ ... }

    ...
}());

I guess in the javascript, the statement “function Haml(){}” makes Haml a local var. However, why can Haml be loaded correctly in Firefox & Chrome????

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T06:15:13+00:00Added an answer on May 26, 2026 at 6:15 am
    > var Haml;
    > (function(){
    >     ...
    >     Haml = function Haml(){ ... }
    >     ... 
    > }());
    

    That code does not throw any errors in IE 8 for me. The part you are missing in your question is a following statement:

    alert(typeof Haml);
    

    which shows undefined in IE and function in Firefox and others.

    The assignment to Haml is a named function expression (the name is optional) and yes, IE will create a variable in the current scope with the name, other browsers don’t.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a very weird problem while trying to pass and SQL query using
I have a very weird problem with javascript's getDate function. At the start of
I have a very weird problem: sometimes when I call nHibernate update to an
I have a very weird problem.. I really do hope someone has an answer
I have a very weird problem in Firefox ( version 3.5.2), and I am
This is a very weird problem. My app that runs just fine but somehow
I have a very weird problem with PROLOG. I have used it before, but
In my 2nd ASP.NET MVC project I'm facing a very weird problem: when I
I'm getting a very weird exception when trying to deploy my app on JBOSS
Very weird problem. Saving email addresses to my database, but when I query those

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.