Skip to content

Changed_in_005

Wesley de Groot edited this page Oct 22, 2015 · 11 revisions
            	     _    _____ 
        	        | |  / ____|
    	            | |  | (___  
	            _   | |  \___  \ 
 ______    _   | |__| |  ____) |
|______|  (_)   \____/  |______/ 

Changed in v0.0.5

Fixed

  • See _().require(...)@Changed

Changed

_().require(...)

does not load script 2 times anymore, it uses now straight away the callback, if loaded before


_().toArray(...);

Now supports _().toArray({my:'object',to:'array');


Deprecated

_().multimedia Config parameter 'visible'

Not really needed anymore (now via auto-detecting multimedia type)

New

_().format('hi %s', 'wesley');

basic sprintf (supports only %s, %d)


_().merge(obj1, obj2);

Merge 2 objects


_().emulatejQuery();

Emulate jQuery's $ object


_().toArray({my:'object',to:'array');

String/Object to array!


_().each([a:'b',c:'d'], function(i,v){ alert('key:'+i+', value:'+v);});

Walk trough array, and perform callback


Module: Multimedia

Please see the wiki.


Module: isOnScreen

Please see the wiki.

Clone this wiki locally