Skip to content

Commit

Permalink
fix issue #171, replace @ImportJQueryUI deprecated annotation, fix sc…
Browse files Browse the repository at this point in the history
…ript's file path
  • Loading branch information
adaptivui committed Aug 23, 2018
1 parent 6d197ad commit d2a8ee4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package net.atos.kawwaportal.components.mixins;

import org.got5.tapestry5.jquery.ImportJQueryUI;
import org.apache.tapestry5.annotations.Import;
import org.got5.tapestry5.jquery.mixins.ui.Widget;

/**
*
* @tapestrydoc
* @component_version 1.1
*/
@ImportJQueryUI(value = {"jquery.ui.widget", "jquery.ui.tabs"})
@Import(module = "tjq/vendor/ui/tabs")
public class Tabs extends Widget{

}

0 comments on commit d2a8ee4

Please sign in to comment.