Skip to content

function_noConflict

Wesley de Groot edited this page Oct 30, 2015 · 37 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___ 
	            _   | |  \___  \
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/
                    v0.0.6 Final

Function noConflict

_.noConflict()


Enables noConflict mode, so ()/ can also be W()

Parameter list

Type @var Description Required
object [object] Wrapper Optional

Example:

var W = _.noConflict();


Returns:

this




[Back to function list](https://github.com/wesdegroot/_.js/wiki/Function%20List)
Clone this wiki locally