Skip to content

Commit 8251d15

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 7f2981d commit 8251d15

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

build/test-paths-core.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
exports.beforeTestFiles = [
2-
'dist/styles/web/kendo.common.min.css',
3-
'dist/styles/mobile/kendo.mobile.all.min.css',
4-
'dist/styles/web/kendo.rtl.css',
2+
'https://kendo.cdn.telerik.com/themes/5.10.0/default/default-ocean-blue.css',
53
{ pattern: 'dist/styles/**/*.*', watched: true, included: false },
64
{ pattern: 'tests/window/blank.html', watched: true, included: false },
75
{ pattern: 'tests/**/*-fixture.html' }

tests/datetimepicker/no-csp-tests.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,5 @@
2323

2424
assert.isOk(datetimepicker.options.disableDates != $.noop);
2525
});
26-
27-
it("popup option can be successfully set through data attribute", function() {
28-
dom = $('<input data-popup="{ origin: \'top left\', position: \'bottom left\' }" data-role="dropdowntree" />');
29-
30-
var observable = kendo.observable({});
31-
32-
kendo.bind(dom, observable);
33-
var ddt = dom.data("kendoDropDownTree");
34-
35-
assert.equal(ddt.options.popup.origin, "top left");
36-
assert.equal(ddt.options.popup.position, "bottom left");
37-
});
3826
});
3927
}());

0 commit comments

Comments
 (0)