Skip to content

Commit

Permalink
not sure how moduleName should work here, but it was failing me
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmalonenz committed May 15, 2017
1 parent f5f98ef commit 2e57d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dragula-and-drop.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ import {Dragula} from './dragula';
@bindable({ name: 'overFn', attribute: 'over-fn', defaultBindingMode: bindingMode.oneTime })
@bindable({ name: 'outFn', attribute: 'out-fn', defaultBindingMode: bindingMode.oneTime })
@bindable({ name: 'shadowFn', attribute: 'shadow-fn', defaultBindingMode: bindingMode.oneTime })
@useView(PLATFORM.moduleName('./dragula-and-drop'))
@customElement('dragula-and-drop')
@useView('./dragula-and-drop.html')
@inject(GLOBAL_OPTIONS)
export class DragulaAndDrop {

Expand Down

0 comments on commit 2e57d95

Please sign in to comment.