Skip to content

Commit

Permalink
👮
Browse files Browse the repository at this point in the history
  • Loading branch information
demiazz committed May 31, 2017
1 parent f0db010 commit ad6d374
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import dispatch from "./events/dispatch";
import on from "./events/on";
import once from "./events/once";
import remove from "./manipulation/remove";
import setHtml from "./manipulation/setHtml";
import setText from "./manipulation/setText";
import setHtml from "./manipulation/set-html";
import setText from "./manipulation/set-text";
import query from "./quering/query";
import queryAll from "./quering/query-all";
import closest from "./traversing/closest";
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ad6d374

Please sign in to comment.