Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Upgrade jquery #171

Merged
merged 3 commits into from
Jan 30, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kd.js",
"version": "1.1.28",
"version": "1.1.29",
"description": "a collection of ui widgets and other nice things",
"main": "build/lib/index.js",
"scripts": {
Expand All @@ -24,12 +24,12 @@
"debug": "^2.2.0",
"hammerjs": "^2.0.8",
"htmlencode": "0.0.4",
"pluralize": "^3.0.0",
"jquery": "^2.2.4",
"jquery": "^3.1.1",
"jquery-mousewheel": "^3.1.13",
"kd-shim-canvas-loader": "^0.9.2",
"kd-shim-mutation-summary": "^0.1.0",
"lodash": "^4.16.4",
"pluralize": "^3.0.0",
"timeago": "^1.5.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion test/components/tooltip/tooltip.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe 'KDTooltip', ->
describe 'setTitle', ->
it 'should set title', ->
@instance.setTitle 'Koding', no
@instance.wrapper.domElement.context.innerHTML.should.equal 'Koding'
@instance.wrapper.getElement().innerHTML.should.equal 'Koding'

describe 'destroy', ->
it 'should destroy', ->
Expand Down