From 1354d17270961fff662d40f90521223f8fd0d73b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 14 Aug 2012 18:59:10 +0400 Subject: update dojo to 1.7.3 --- lib/dijit/Tooltip.js | 442 +-------------------------------------------------- 1 file changed, 2 insertions(+), 440 deletions(-) (limited to 'lib/dijit/Tooltip.js') diff --git a/lib/dijit/Tooltip.js b/lib/dijit/Tooltip.js index 46b3a3805..94a8d1c15 100644 --- a/lib/dijit/Tooltip.js +++ b/lib/dijit/Tooltip.js @@ -1,440 +1,2 @@ -/* - Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved. - Available via Academic Free License >= 2.1 OR the modified BSD license. - see: http://dojotoolkit.org/license for details -*/ - - -if(!dojo._hasResource["dijit.Tooltip"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code. -dojo._hasResource["dijit.Tooltip"] = true; -dojo.provide("dijit.Tooltip"); -dojo.require("dijit._Widget"); -dojo.require("dijit._Templated"); - - -dojo.declare( - "dijit._MasterTooltip", - [dijit._Widget, dijit._Templated], - { - // summary: - // Internal widget that holds the actual tooltip markup, - // which occurs once per page. - // Called by Tooltip widgets which are just containers to hold - // the markup - // tags: - // protected - - // duration: Integer - // Milliseconds to fade in/fade out - duration: dijit.defaultDuration, - - templateString: dojo.cache("dijit", "templates/Tooltip.html", "