Remove import instructions

This commit is contained in:
stonio
2017-07-10 11:29:24 +02:00
committed by GitHub
parent a76b80a359
commit 8edb3e3b51

View File

@@ -1,6 +1,3 @@
import jQueryFactory = require('jquery');
const jQuery = jQueryFactory(window, true);
# From https://learn.jquery.com/plugins/basic-plugin-creation/
## Basic Plugin Authoring