Skip to content

Commit aff63b2

Browse files
committed
Change import statement back to gopherjs/jquery.
I needed to change it to my fork at albrow/jquery temporarily in order to get the test file to build so I could test my changes. Since the PR was merged, we can build with gopherjs/jquery now.
1 parent ce23876 commit aff63b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test/index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package main
22

33
import (
4-
"github.com/albrow/jquery"
54
"github.com/gopherjs/gopherjs/js"
5+
"github.com/gopherjs/jquery"
66
QUnit "github.com/rusco/qunit"
77
"strconv"
88
"strings"

0 commit comments

Comments
 (0)