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

Compile: remove apply() with JQuery params #73

Closed
jokade opened this issue Jun 16, 2015 · 0 comments
Closed

Compile: remove apply() with JQuery params #73

jokade opened this issue Jun 16, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@jokade
Copy link
Owner

jokade commented Jun 16, 2015

Remove these signatures from core.Compile:

  def apply(element: JQuery): TemplateLinkingFunction = js.native
  def apply(element: JQuery, transclude: TranscludeFunction): TemplateLinkingFunction = js.native
  def apply(element: JQuery, transclude: TranscludeFunction, maxPriority: Int): TemplateLinkingFunction = js.native

since they will result in a compile time error, when the JQuery binding library is not in the classpath (even when we don't use them, but the compiler needs to check all signatures...)

@jokade jokade added the bug label Jun 16, 2015
@jokade jokade self-assigned this Jun 16, 2015
@jokade jokade added this to the v0.2.2 milestone Jun 16, 2015
@jokade jokade closed this as completed in 157210f Jun 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant