Skip to content

Commit 297029e

Browse files
committed
Correct log message l-lin#315
1 parent 8950214 commit 297029e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/angular-datatables.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ function dtInstances($q, failzQ, $timeout, $log) {
454454
}
455455

456456
function getLast() {
457-
$log.warn('"DTInstances.getLast()" and "DTInstances.getList()" are deprecated! Use the "dt-instance" to provide the datatables instance. See https://l-lin.github.com/angular-datatables/#/manipulatingDTInstances for more information.');
457+
$log.warn('"DTInstances.getLast()" and "DTInstances.getList()" are deprecated! Use the "dt-instance" to provide the datatables instance. See https://l-lin.github.com/angular-datatables/#/dtInstances for more information.');
458458
var defer = $q.defer();
459459
if (!_lastDTInstance) {
460460
_deferLastDTInstances = $q.defer();
@@ -473,7 +473,7 @@ function dtInstances($q, failzQ, $timeout, $log) {
473473
}
474474

475475
function getList() {
476-
$log.warn('"DTInstances.getLast()" and "DTInstances.getList()" are deprecated! Use the "dt-instance" to provide the datatables instance. See https://l-lin.github.com/angular-datatables/#/manipulatingDTInstances for more information.');
476+
$log.warn('"DTInstances.getLast()" and "DTInstances.getList()" are deprecated! Use the "dt-instance" to provide the datatables instance. See https://l-lin.github.com/angular-datatables/#/dtInstances for more information.');
477477
var defer = $q.defer();
478478
if (!_dtInstances) {
479479
_deferDTInstances = $q.defer();

0 commit comments

Comments
 (0)