Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tipsy doesn't seem to work with the Jeesh? #2

Open
kezabelle opened this issue Jun 17, 2011 · 3 comments
Open

Tipsy doesn't seem to work with the Jeesh? #2

kezabelle opened this issue Jun 17, 2011 · 3 comments

Comments

@kezabelle
Copy link

Apologies; my javascript-fu is weak, but I'm thinking there's something awry. Simplest example I can think of is to replace the ender.js in the example with the jeesh (the versions in ender list indicate they're the same, but with the obvious addition of domReady) - in doing so, ender.tipsy.js throws Uncaught ReferenceError: ender is not defined followed by the example page throwing Uncaught TypeError: Object #<c> has no method 'tipsy'

Possibly I'm mis-using the pre-built ender that is the jeesh, in which case, close this and chide me.

@kmiyashiro
Copy link
Contributor

Also getting an error.

ender build jeesh ender-tipsy

$('a').tipsy()

$('a').tipsy() is not a function

@kmiyashiro
Copy link
Contributor

Oh, that's because the ender key in package.json is set to 'noop'

{
  "name": "ender-tipsy",
  "description": "Tipsy for Ender",
  "version": "0.0.1",
  "authors": ["Jason Frame", "Dustin Diaz <@ded>"],
  "keywords": ["ender", "tipsy", "ui", "tooltip"],
  "homepage": "https://github.com/ded/ender-tipsy",
  "dependencies": {
    "qwery": ">= 1.1.0",
    "bonzo": ">= 0.5.0",
    "bean": ">= 0.1.4",
        "ender-tween": ">= 0.0.5"
  },
  "ender": "noop"
}

@kmiyashiro
Copy link
Contributor

or... maybe it's the lack of 'main': './ender.tipsy.js' ? Not sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants