[Pkg-javascript-commits] [dojo] 18/88: Replace dojo.deprecated with kernel.deprecated, fixes #15955 on 1.8 branch !strict

David Prévot taffit at moszumanska.debian.org
Thu Aug 21 17:39:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag 1.8.5
in repository dojo.

commit 3901dc23ea4190157c87c2188ac91b597b938c74
Author: Kenneth G. Franqueiro <kenneth.franqueiro at gmail.com>
Date:   Tue Sep 11 16:19:05 2012 +0000

    Replace dojo.deprecated with kernel.deprecated, fixes #15955 on 1.8 branch !strict
    
    git-svn-id: http://svn.dojotoolkit.org/src/branches/1.8/dojo@29640 560b804f-0ae3-0310-86f3-f6aa0a117693
---
 io/iframe.js | 2 +-
 io/script.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/io/iframe.js b/io/iframe.js
index 772def4..81234d9 100644
--- a/io/iframe.js
+++ b/io/iframe.js
@@ -7,7 +7,7 @@ define([
 // module:
 //		dojo/io/iframe
 
-dojo.deprecated("dojo/io/iframe", "Use dojo/request/iframe.", "2.0");
+kernel.deprecated("dojo/io/iframe", "Use dojo/request/iframe.", "2.0");
 
 /*=====
 var __ioArgs = declare(kernel.__IoArgs, {
diff --git a/io/script.js b/io/script.js
index 2eebd5c..dce6297 100644
--- a/io/script.js
+++ b/io/script.js
@@ -7,7 +7,7 @@ define([
 	// module:
 	//		dojo/io/script
 
-	dojo.deprecated("dojo/io/script", "Use dojo/request/script.", "2.0");
+	kernel.deprecated("dojo/io/script", "Use dojo/request/script.", "2.0");
 
 	/*=====
 	var __ioArgs = declare(kernel.__IoArgs, {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list